#C204C2

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

Shades of Deep Magenta #C204C2

Tints of Deep Magenta #C204C2

Color information

#C204C2 (or 0xC204C2) is unknown color: approx Deep Magenta. HEX triplet: C2, 04 and C2. RGB value is (194,4,194). Sum of RGB (Red+Green+Blue) = 194+4+194=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C204C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204C2 is #3DFB3D. Grayscale: #515151. Windows color (decimal): -4062014 or 12715202. OLE color: 12715202.

HSL color Cylindrical-coordinate representation of color #C204C2: hue angle of 300º 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 #C204C2 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1944194-
CMYK00.9800.24
HSL300º95.96%38.82%-
HSV(B)300º97.94%76.08%-
XYZ32.0315.4552.33-
YUV82.47190.95207.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 194 (76.17% from 255) = 49.49%
R=49.49%
G=1.02%
B=49.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194419400.9800.2430095.9638.82
HexC24C206201812c6027
Octal3024302014203045414047
Binary1100001010011000010011000100110001001011001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C204C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C204C2; }

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

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

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

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

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

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

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

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