Html Css Color HEX #C85CBD Fuchsia

📋 copy color: '#C85CBD'

red 200 ◦ green 92 ◦ blue 189

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

Shades of Fuchsia #C85CBD

Tints of Fuchsia #C85CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 41.58%
G = 19.13%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C85CBD (or 0xC85CBD) is known color: Fuchsia. HEX triplet: C8, 5C and BD. RGB value is (200,92,189). Sum of RGB (Red+Green+Blue) = 200+92+189=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CBD is #37A342. Grayscale: #878787. Windows color (decimal): -3646275 or 12410056. OLE color: 12410056.

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

Color convert

RGB 200 92 189 -
CMYK 0 0.54 0.06 0.22
HSL 306.11º 0.5% 0.57% -
HSV(B) 306.11º 0.54% 0.78% -
XYZ 36.83 23.61 50.76 -
YUV 135.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 200 92 189 0 0.54 0.06 0.22 306.11 0.5 0.57
Hex C8 5C BD 0 36 6 16 132 32 39
Octal 310 134 275 0 66 6 26 462 62 71
Binary 11001000 1011100 10111101 0 110110 110 10110 100110010 110010 111001

Color Harmonies of #C85CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CBD

Black with #C85CBD

Text Example


Text Example

White with #C85CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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