#C204C1

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

Shades of Deep Magenta #C204C1

Tints of Deep Magenta #C204C1

Color information

#C204C1 (or 0xC204C1) is unknown color: approx Deep Magenta. HEX triplet: C2, 04 and C1. RGB value is (194,4,193). Sum of RGB (Red+Green+Blue) = 194+4+193=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C204C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204C1 is #3DFB3E. Grayscale: #515151. Windows color (decimal): -4062015 or 12649666. OLE color: 12649666.

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

Color convert

RGB1944193-
CMYK00.980.010.24
HSL300.32º95.96%38.82%-
HSV(B)300.32º97.94%76.08%-
XYZ31.9215.4151.74-
YUV82.36190.45207.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=49.62%
G=1.02%
B=49.36%

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
Decimal194419300.980.010.24300.3295.9638.82
HexC24C106211812c6027
Octal3024301014213045414047
Binary1100001010011000001011000101110001001011001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C204C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C204C1; }

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

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

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

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

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

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

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

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