#CC12C7

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

Shades of Deep Magenta #CC12C7

Tints of Deep Magenta #CC12C7

Color information

#CC12C7 (or 0xCC12C7) is unknown color: approx Deep Magenta. HEX triplet: CC, 12 and C7. RGB value is (204,18,199). Sum of RGB (Red+Green+Blue) = 204+18+199=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC12C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12C7 is #33ED38. Grayscale: #5D5D5D. Windows color (decimal): -3403065 or 13046476. OLE color: 13046476.

HSL color Cylindrical-coordinate representation of color #CC12C7: hue angle of 301.61º 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 #CC12C7 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB20418199-
CMYK00.910.020.2
HSL301.61º83.78%43.53%-
HSV(B)301.61º91.18%80%-
XYZ35.4317.3955.52-
YUV94.25187.12206.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 18 (7.42% from 255) = 4.28%
BLUE value IS 199 (78.12% from 255) = 47.27%
R=48.46%
G=4.28%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041819900.910.020.2301.6183.7843.53
HexCC12C705B21412e542c
Octal31422307013322445612454
Binary1100110010010110001110101101110101001001011101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC12C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC12C7; }

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

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

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

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

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

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

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

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