#C204C0

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

Shades of Deep Magenta #C204C0

Tints of Deep Magenta #C204C0

Color information

#C204C0 (or 0xC204C0) is unknown color: approx Deep Magenta. HEX triplet: C2, 04 and C0. RGB value is (194,4,192). Sum of RGB (Red+Green+Blue) = 194+4+192=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C204C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204C0 is #3DFB3F. Grayscale: #515151. Windows color (decimal): -4062016 or 12584130. OLE color: 12584130.

HSL color Cylindrical-coordinate representation of color #C204C0: hue angle of 300.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204C0 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB1944192-
CMYK00.980.010.24
HSL300.63º95.96%38.82%-
HSV(B)300.63º97.94%76.08%-
XYZ31.8115.3651.16-
YUV82.24189.95207.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 192 (75.39% from 255) = 49.23%
R=49.74%
G=1.03%
B=49.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194419200.980.010.24300.6395.9638.82
HexC24C006211812d6027
Octal3024300014213045514047
Binary1100001010011000000011000101110001001011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C204C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C204C0; }

 p { color: rgb(194,4,192); }

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

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

 a { background-color: rgb(194,4,192); }

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

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

 span { border-color: rgb(194,4,192); }

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