#CC20CF

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

Shades of Deep Magenta #CC20CF

Tints of Deep Magenta #CC20CF

Color information

#CC20CF (or 0xCC20CF) is unknown color: approx Deep Magenta. HEX triplet: CC, 20 and CF. RGB value is (204,32,207). Sum of RGB (Red+Green+Blue) = 204+32+207=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20CF is #33DF30. Grayscale: #666666. Windows color (decimal): -3399473 or 13574348. OLE color: 13574348.

HSL color Cylindrical-coordinate representation of color #CC20CF: hue angle of 298.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC20CF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20432207-
CMYK0.010.8500.19
HSL298.97º73.22%46.86%-
HSV(B)298.97º84.54%81.18%-
XYZ36.6818.3860.64-
YUV103.38186.48199.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 32 (12.89% from 255) = 7.22%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=46.05%
G=7.22%
B=46.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204322070.010.8500.19298.9773.2246.86
HexCC20CF15501312b492f
Octal31440317112502345311157
Binary1100110010000011001111110101010100111001010111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC20CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC20CF; }

 p { color: rgb(204,32,207); }

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

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

 a { background-color: rgb(204,32,207); }

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

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

 span { border-color: rgb(204,32,207); }

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