Html Css Color HEX #C85CAB Fuchsia

📋 copy color: '#C85CAB'

red 200 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #C85CAB

Tints of Fuchsia #C85CAB

RGB

 RED value IS 200 (78.52% from 255) = 43.2%

 GREEN value IS 92 (36.33% from 255) = 19.87%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 43.2%
G = 19.87%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C85CAB (or 0xC85CAB) is known color: Fuchsia. HEX triplet: C8, 5C and AB. RGB value is (200,92,171). Sum of RGB (Red+Green+Blue) = 200+92+171=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CAB is #37A354. Grayscale: #858585. Windows color (decimal): -3646293 or 11230408. OLE color: 11230408.

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

Color convert

RGB 200 92 171 -
CMYK 0 0.54 0.14 0.22
HSL 316.11º 0.5% 0.57% -
HSV(B) 316.11º 0.54% 0.78% -
XYZ 35 22.87 41.1 -
YUV 133.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 200 92 171 0 0.54 0.14 0.22 316.11 0.5 0.57
Hex C8 5C AB 0 36 E 16 13C 32 39
Octal 310 134 253 0 66 16 26 474 62 71
Binary 11001000 1011100 10101011 0 110110 1110 10110 100111100 110010 111001

Color Harmonies of #C85CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CAB

Black with #C85CAB

Text Example


Text Example

White with #C85CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CAB; }

 p { color: rgb(200,92,171); }

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

background-color css

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

 a { background-color: rgb(200,92,171); }

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

border-color css

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

 span { border-color: rgb(200,92,171); }

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