Html Css Color HEX #C85CB0 Fuchsia

📋 copy color: '#C85CB0'

red 200 ◦ green 92 ◦ blue 176

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

Shades of Fuchsia #C85CB0

Tints of Fuchsia #C85CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 42.74%
G = 19.66%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C85CB0 (or 0xC85CB0) is known color: Fuchsia. HEX triplet: C8, 5C and B0. RGB value is (200,92,176). Sum of RGB (Red+Green+Blue) = 200+92+176=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CB0 is #37A34F. Grayscale: #858585. Windows color (decimal): -3646288 or 11558088. OLE color: 11558088.

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

Color convert

RGB 200 92 176 -
CMYK 0 0.54 0.12 0.22
HSL 313.33º 0.5% 0.57% -
HSV(B) 313.33º 0.54% 0.78% -
XYZ 35.48 23.07 43.66 -
YUV 133.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 200 92 176 0 0.54 0.12 0.22 313.33 0.5 0.57
Hex C8 5C B0 0 36 C 16 139 32 39
Octal 310 134 260 0 66 14 26 471 62 71
Binary 11001000 1011100 10110000 0 110110 1100 10110 100111001 110010 111001

Color Harmonies of #C85CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CB0

Black with #C85CB0

Text Example


Text Example

White with #C85CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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