Html Css Color HEX #C85FC5 Fuchsia

📋 copy color: '#C85FC5'

red 200 ◦ green 95 ◦ blue 197

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

Shades of Fuchsia #C85FC5

Tints of Fuchsia #C85FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 40.65%
G = 19.31%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C85FC5 (or 0xC85FC5) is known color: Fuchsia. HEX triplet: C8, 5F and C5. RGB value is (200,95,197). Sum of RGB (Red+Green+Blue) = 200+95+197=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC5 is #37A03A. Grayscale: #898989. Windows color (decimal): -3645499 or 12935112. OLE color: 12935112.

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

Color convert

RGB 200 95 197 -
CMYK 0 0.52 0.02 0.22
HSL 301.71º 0.49% 0.58% -
HSV(B) 301.71º 0.53% 0.78% -
XYZ 37.99 24.5 55.55 -
YUV 138.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 200 95 197 0 0.52 0.02 0.22 301.71 0.49 0.58
Hex C8 5F C5 0 34 2 16 12E 31 3A
Octal 310 137 305 0 64 2 26 456 61 72
Binary 11001000 1011111 11000101 0 110100 10 10110 100101110 110001 111010

Color Harmonies of #C85FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FC5

Black with #C85FC5

Text Example


Text Example

White with #C85FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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