Html Css Color HEX #C652AD Fuchsia

📋 copy color: '#C652AD'

red 198 ◦ green 82 ◦ blue 173

#C652AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C652AD

Tints of Fuchsia #C652AD

RGB

 RED value IS 198 (77.73% from 255) = 43.71%

 GREEN value IS 82 (32.42% from 255) = 18.1%

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 43.71%
G = 18.1%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C652AD (or 0xC652AD) is known color: Fuchsia. HEX triplet: C6, 52 and AD. RGB value is (198,82,173). Sum of RGB (Red+Green+Blue) = 198+82+173=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C652AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652AD is #39AD52. Grayscale: #7E7E7E. Windows color (decimal): -3779923 or 11358918. OLE color: 11358918.

HSL color Cylindrical-coordinate representation of color #C652AD: hue angle of 312.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652AD is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 82 173 -
CMYK 0 0.59 0.13 0.22
HSL 312.93º 0.5% 0.55% -
HSV(B) 312.93º 0.59% 0.78% -
XYZ 33.85 21.06 41.82 -
YUV 127.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 198 82 173 0 0.59 0.13 0.22 312.93 0.5 0.55
Hex C6 52 AD 0 3B D 16 139 32 37
Octal 306 122 255 0 73 15 26 471 62 67
Binary 11000110 1010010 10101101 0 111011 1101 10110 100111001 110010 110111

Color Harmonies of #C652AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652AD

Black with #C652AD

Text Example


Text Example

White with #C652AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652AD; }

 p { color: rgb(198,82,173); }

 H1.HeaderClassName
 {
   color: #C652AD;
 }
 .AnyTagClassName
 {
   color: #C652AD;
 }
</style>

background-color css

<style>
 a { background-color: #C652AD; }

 a { background-color: rgb(198,82,173); }

 div.DivClassName
 {
   background-color: #C652AD;
 }
 .BgClassName
 {
   background-color: #C652AD;
 }
</style>

border-color css

<style>
 span { border-color: #C652AD; }

 span { border-color: rgb(198,82,173); }

 td.TdClassName
 {
   border-color: #C652AD;
 }
 .TagClassName
 {
   border-color: #C652AD;
 }
</style>