Html Css Color HEX #C85CB5 Fuchsia

📋 copy color: '#C85CB5'

red 200 ◦ green 92 ◦ blue 181

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

Shades of Fuchsia #C85CB5

Tints of Fuchsia #C85CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 42.28%
G = 19.45%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C85CB5 (or 0xC85CB5) is known color: Fuchsia. HEX triplet: C8, 5C and B5. RGB value is (200,92,181). Sum of RGB (Red+Green+Blue) = 200+92+181=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CB5 is #37A34A. Grayscale: #868686. Windows color (decimal): -3646283 or 11885768. OLE color: 11885768.

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

Color convert

RGB 200 92 181 -
CMYK 0 0.54 0.09 0.22
HSL 310.56º 0.5% 0.57% -
HSV(B) 310.56º 0.54% 0.78% -
XYZ 35.99 23.27 46.31 -
YUV 134.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 200 92 181 0 0.54 0.09 0.22 310.56 0.5 0.57
Hex C8 5C B5 0 36 9 16 137 32 39
Octal 310 134 265 0 66 11 26 467 62 71
Binary 11001000 1011100 10110101 0 110110 1001 10110 100110111 110010 111001

Color Harmonies of #C85CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CB5

Black with #C85CB5

Text Example


Text Example

White with #C85CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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