#CC12C2

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

Shades of Deep Magenta #CC12C2

Tints of Deep Magenta #CC12C2

Color information

#CC12C2 (or 0xCC12C2) is unknown color: approx Deep Magenta. HEX triplet: CC, 12 and C2. RGB value is (204,18,194). Sum of RGB (Red+Green+Blue) = 204+18+194=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC12C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12C2 is #33ED3D. Grayscale: #5D5D5D. Windows color (decimal): -3403070 or 12718796. OLE color: 12718796.

HSL color Cylindrical-coordinate representation of color #CC12C2: hue angle of 303.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC12C2 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB20418194-
CMYK00.910.050.2
HSL303.23º83.78%43.53%-
HSV(B)303.23º91.18%80%-
XYZ34.8617.1752.52-
YUV93.68184.62206.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 18 (7.42% from 255) = 4.33%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=49.04%
G=4.33%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041819400.910.050.2303.2383.7843.53
HexCC12C205B51412f542c
Octal31422302013352445712454
Binary11001100100101100001001011011101101001001011111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC12C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC12C2; }

 p { color: rgb(204,18,194); }

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

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

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

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

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

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

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