Html Css Color HEX #C85FCB Fuchsia

📋 copy color: '#C85FCB'

red 200 ◦ green 95 ◦ blue 203

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

Shades of Fuchsia #C85FCB

Tints of Fuchsia #C85FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 40.16%
G = 19.08%
B = 40.76%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C85FCB (or 0xC85FCB) is known color: Fuchsia. HEX triplet: C8, 5F and CB. RGB value is (200,95,203). Sum of RGB (Red+Green+Blue) = 200+95+203=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #C85FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FCB is #37A034. Grayscale: #8A8A8A. Windows color (decimal): -3645493 or 13328328. OLE color: 13328328.

HSL color Cylindrical-coordinate representation of color #C85FCB: hue angle of 298.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85FCB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 95 203 -
CMYK 0.01 0.53 0 0.20
HSL 298.33º 0.51% 0.58% -
HSV(B) 298.33º 0.53% 0.8% -
XYZ 38.69 24.78 59.24 -
YUV 138.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 200 95 203 0.01 0.53 0 0.20 298.33 0.51 0.58
Hex C8 5F CB 1 35 0 14 12A 33 3A
Octal 310 137 313 1 65 0 24 452 63 72
Binary 11001000 1011111 11001011 1 110101 0 10100 100101010 110011 111010

Color Harmonies of #C85FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FCB

Black with #C85FCB

Text Example


Text Example

White with #C85FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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