Html Css Color HEX #C85AAB Fuchsia

📋 copy color: '#C85AAB'

red 200 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #C85AAB

Tints of Fuchsia #C85AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

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

R = 43.38%
G = 19.52%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C85AAB (or 0xC85AAB) is known color: Fuchsia. HEX triplet: C8, 5A and AB. RGB value is (200,90,171). Sum of RGB (Red+Green+Blue) = 200+90+171=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AAB is #37A554. Grayscale: #838383. Windows color (decimal): -3646805 or 11229896. OLE color: 11229896.

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

Color convert

RGB 200 90 171 -
CMYK 0 0.55 0.14 0.22
HSL 315.82º 0.5% 0.57% -
HSV(B) 315.82º 0.55% 0.78% -
XYZ 34.83 22.53 41.04 -
YUV 132.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 200 90 171 0 0.55 0.14 0.22 315.82 0.5 0.57
Hex C8 5A AB 0 37 E 16 13C 32 39
Octal 310 132 253 0 67 16 26 474 62 71
Binary 11001000 1011010 10101011 0 110111 1110 10110 100111100 110010 111001

Color Harmonies of #C85AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AAB

Black with #C85AAB

Text Example


Text Example

White with #C85AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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