Html Css Color HEX #C85ABA Fuchsia

📋 copy color: '#C85ABA'

red 200 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #C85ABA

Tints of Fuchsia #C85ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 42.02%
G = 18.91%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C85ABA (or 0xC85ABA) is known color: Fuchsia. HEX triplet: C8, 5A and BA. RGB value is (200,90,186). Sum of RGB (Red+Green+Blue) = 200+90+186=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C85ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ABA is #37A545. Grayscale: #858585. Windows color (decimal): -3646790 or 12212936. OLE color: 12212936.

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

Color convert

RGB 200 90 186 -
CMYK 0 0.55 0.07 0.22
HSL 307.64º 0.5% 0.57% -
HSV(B) 307.64º 0.55% 0.78% -
XYZ 36.34 23.14 49 -
YUV 133.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 200 90 186 0 0.55 0.07 0.22 307.64 0.5 0.57
Hex C8 5A BA 0 37 7 16 134 32 39
Octal 310 132 272 0 67 7 26 464 62 71
Binary 11001000 1011010 10111010 0 110111 111 10110 100110100 110010 111001

Color Harmonies of #C85ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ABA

Black with #C85ABA

Text Example


Text Example

White with #C85ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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