Html Css Color HEX #C85AA9 Fuchsia

📋 copy color: '#C85AA9'

red 200 ◦ green 90 ◦ blue 169

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

Shades of Fuchsia #C85AA9

Tints of Fuchsia #C85AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 43.57%
G = 19.61%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C85AA9 (or 0xC85AA9) is known color: Fuchsia. HEX triplet: C8, 5A and A9. RGB value is (200,90,169). Sum of RGB (Red+Green+Blue) = 200+90+169=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA9 is #37A556. Grayscale: #838383. Windows color (decimal): -3646807 or 11098824. OLE color: 11098824.

HSL color Cylindrical-coordinate representation of color #C85AA9: hue angle of 316.91º 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 #C85AA9 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 169 -
CMYK 0 0.55 0.16 0.22
HSL 316.91º 0.5% 0.57% -
HSV(B) 316.91º 0.55% 0.78% -
XYZ 34.64 22.46 40.05 -
YUV 131.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 200 90 169 0 0.55 0.16 0.22 316.91 0.5 0.57
Hex C8 5A A9 0 37 10 16 13D 32 39
Octal 310 132 251 0 67 20 26 475 62 71
Binary 11001000 1011010 10101001 0 110111 10000 10110 100111101 110010 111001

Color Harmonies of #C85AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AA9

Black with #C85AA9

Text Example


Text Example

White with #C85AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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