Html Css Color HEX #C85CBE Fuchsia

📋 copy color: '#C85CBE'

red 200 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #C85CBE

Tints of Fuchsia #C85CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 41.49%
G = 19.09%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C85CBE (or 0xC85CBE) is known color: Fuchsia. HEX triplet: C8, 5C and BE. RGB value is (200,92,190). Sum of RGB (Red+Green+Blue) = 200+92+190=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CBE is #37A341. Grayscale: #878787. Windows color (decimal): -3646274 or 12475592. OLE color: 12475592.

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

Color convert

RGB 200 92 190 -
CMYK 0 0.54 0.05 0.22
HSL 305.56º 0.5% 0.57% -
HSV(B) 305.56º 0.54% 0.78% -
XYZ 36.94 23.65 51.33 -
YUV 135.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 200 92 190 0 0.54 0.05 0.22 305.56 0.5 0.57
Hex C8 5C BE 0 36 5 16 132 32 39
Octal 310 134 276 0 66 5 26 462 62 71
Binary 11001000 1011100 10111110 0 110110 101 10110 100110010 110010 111001

Color Harmonies of #C85CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CBE

Black with #C85CBE

Text Example


Text Example

White with #C85CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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