Html Css Color HEX #C85FC9 Fuchsia

📋 copy color: '#C85FC9'

red 200 ◦ green 95 ◦ blue 201

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

Shades of Fuchsia #C85FC9

Tints of Fuchsia #C85FC9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.15%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 40.32%
G = 19.15%
B = 40.52%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C85FC9 (or 0xC85FC9) is known color: Fuchsia. HEX triplet: C8, 5F and C9. RGB value is (200,95,201). Sum of RGB (Red+Green+Blue) = 200+95+201=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #C85FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC9 is #37A036. Grayscale: #8A8A8A. Windows color (decimal): -3645495 or 13197256. OLE color: 13197256.

HSL color Cylindrical-coordinate representation of color #C85FC9: hue angle of 299.43º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85FC9 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 95 201 -
CMYK 0.00 0.53 0 0.21
HSL 299.43º 0.5% 0.58% -
HSV(B) 299.43º 0.53% 0.79% -
XYZ 38.45 24.68 58 -
YUV 138.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 200 95 201 0.00 0.53 0 0.21 299.43 0.5 0.58
Hex C8 5F C9 0 35 0 15 12B 32 3A
Octal 310 137 311 0 65 0 25 453 62 72
Binary 11001000 1011111 11001001 0 110101 0 10101 100101011 110010 111010

Color Harmonies of #C85FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FC9

Black with #C85FC9

Text Example


Text Example

White with #C85FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FC9; }

 p { color: rgb(200,95,201); }

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

background-color css

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

 a { background-color: rgb(200,95,201); }

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

border-color css

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

 span { border-color: rgb(200,95,201); }

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