#C95CC0

Color #C95CC0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C95CC0

Tints of Fuchsia #C95CC0

Color information

#C95CC0 (or 0xC95CC0) is unknown color: approx Fuchsia. HEX triplet: C9, 5C and C0. RGB value is (201,92,192). Sum of RGB (Red+Green+Blue) = 201+92+192=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CC0 is #36A33F. Grayscale: #878787. Windows color (decimal): -3580736 or 12606665. OLE color: 12606665.

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

Color convert

RGB20192192-
CMYK00.540.040.21
HSL304.95º50.23%57.45%-
HSV(B)304.95º54.23%78.82%-
XYZ37.4323.8852.51-
YUV135.99159.61174.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=41.44%
G=18.97%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019219200.540.040.21304.9550.2357.45
HexC95CC00364151313239
Octal3111343000664254616271
Binary11001001101110011000000011011010010101100110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CC0; }

 p { color: rgb(201,92,192); }

 H1.HeaderClassName
 {
   color: #C95CC0;
 }
 .AnyTagClassName
 {
   color: #C95CC0;
 }
</style>
background-color css

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

 a { background-color: rgb(201,92,192); }

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

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

 span { border-color: rgb(201,92,192); }

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