Html Css Color HEX #C85FC7 Fuchsia

📋 copy color: '#C85FC7'

red 200 ◦ green 95 ◦ blue 199

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

Shades of Fuchsia #C85FC7

Tints of Fuchsia #C85FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 40.49%
G = 19.23%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C85FC7 (or 0xC85FC7) is known color: Fuchsia. HEX triplet: C8, 5F and C7. RGB value is (200,95,199). Sum of RGB (Red+Green+Blue) = 200+95+199=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC7 is #37A038. Grayscale: #898989. Windows color (decimal): -3645497 or 13066184. OLE color: 13066184.

HSL color Cylindrical-coordinate representation of color #C85FC7: hue angle of 300.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85FC7 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 95 199 -
CMYK 0 0.52 0.00 0.22
HSL 300.57º 0.49% 0.58% -
HSV(B) 300.57º 0.53% 0.78% -
XYZ 38.22 24.59 56.76 -
YUV 138.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 200 95 199 0 0.52 0.00 0.22 300.57 0.49 0.58
Hex C8 5F C7 0 34 0 16 12D 31 3A
Octal 310 137 307 0 64 0 26 455 61 72
Binary 11001000 1011111 11000111 0 110100 0 10110 100101101 110001 111010

Color Harmonies of #C85FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FC7

Black with #C85FC7

Text Example


Text Example

White with #C85FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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