Html Css Color HEX #C95DCC Fuchsia

📋 copy color: '#C95DCC'

red 201 ◦ green 93 ◦ blue 204

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

Shades of Fuchsia #C95DCC

Tints of Fuchsia #C95DCC

RGB

 RED value IS 201 (78.91% from 255) = 40.36%

 GREEN value IS 93 (36.72% from 255) = 18.67%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 40.36%
G = 18.67%
B = 40.96%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C95DCC (or 0xC95DCC) is known color: Fuchsia. HEX triplet: C9, 5D and CC. RGB value is (201,93,204). Sum of RGB (Red+Green+Blue) = 201+93+204=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #C95DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DCC is #36A233. Grayscale: #898989. Windows color (decimal): -3580468 or 13393353. OLE color: 13393353.

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

Color convert

RGB 201 93 204 -
CMYK 0.01 0.54 0 0.2
HSL 298.38º 0.52% 0.58% -
HSV(B) 298.38º 0.54% 0.8% -
XYZ 38.9 24.61 59.83 -
YUV 137.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 201 93 204 0.01 0.54 0 0.2 298.38 0.52 0.58
Hex C9 5D CC 1 36 0 14 12A 34 3A
Octal 311 135 314 1 66 0 24 452 64 72
Binary 11001001 1011101 11001100 1 110110 0 10100 100101010 110100 111010

Color Harmonies of #C95DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DCC

Black with #C95DCC

Text Example


Text Example

White with #C95DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DCC; }

 p { color: rgb(201,93,204); }

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

background-color css

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

 a { background-color: rgb(201,93,204); }

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

border-color css

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

 span { border-color: rgb(201,93,204); }

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