Html Css Color HEX #C85AB8 Fuchsia

📋 copy color: '#C85AB8'

red 200 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #C85AB8

Tints of Fuchsia #C85AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.82%

R = 42.19%
G = 18.99%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C85AB8 (or 0xC85AB8) is known color: Fuchsia. HEX triplet: C8, 5A and B8. RGB value is (200,90,184). Sum of RGB (Red+Green+Blue) = 200+90+184=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AB8 is #37A547. Grayscale: #858585. Windows color (decimal): -3646792 or 12081864. OLE color: 12081864.

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

Color convert

RGB 200 90 184 -
CMYK 0 0.55 0.08 0.22
HSL 308.73º 0.5% 0.57% -
HSV(B) 308.73º 0.55% 0.78% -
XYZ 36.13 23.05 47.89 -
YUV 133.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 200 90 184 0 0.55 0.08 0.22 308.73 0.5 0.57
Hex C8 5A B8 0 37 8 16 135 32 39
Octal 310 132 270 0 67 10 26 465 62 71
Binary 11001000 1011010 10111000 0 110111 1000 10110 100110101 110010 111001

Color Harmonies of #C85AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AB8

Black with #C85AB8

Text Example


Text Example

White with #C85AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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