Shades of Deep Magenta #CC2ACF
Tints of Deep Magenta #CC2ACF
RGB
CMYK
RGB Variations
Color information
#CC2ACF (or 0xCC2ACF) is known color: Deep Magenta. HEX triplet: CC, 2A and CF. RGB value is (204,42,207). Sum of RGB (Red+Green+Blue) = 204+42+207=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ACF is #33D530. Grayscale: #6C6C6C. Windows color (decimal): -3396913 or 13576908. OLE color: 13576908.
HSL color Cylindrical-coordinate representation of color #CC2ACF: hue angle of 298.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2ACF is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 42 | 207 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.19 |
| HSL | 298.91º | 0.66% | 0.49% | - |
| HSV(B) | 298.91º | 0.8% | 0.81% | - |
| XYZ | 36.99 | 19 | 60.75 | - |
| YUV | 109.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 207 | 0.01 | 0.80 | 0 | 0.19 | 298.91 | 0.66 | 0.49 |
| Hex | CC | 2A | CF | 1 | 50 | 0 | 13 | 12B | 42 | 31 |
| Octal | 314 | 52 | 317 | 1 | 120 | 0 | 23 | 453 | 102 | 61 |
| Binary | 11001100 | 101010 | 11001111 | 1 | 1010000 | 0 | 10011 | 100101011 | 1000010 | 110001 |
Color Harmonies of #CC2ACF
Complementary color
Monochromatic Colors of #CC2ACF
Black with #CC2ACF
Text Example
Text Example
White with #CC2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2ACF; }
p { color: rgb(204,42,207); }
H1.HeaderClassName
{
color: #CC2ACF;
}
.AnyTagClassName
{
color: #CC2ACF;
}
</style>
background-color css
<style>
a { background-color: #CC2ACF; }
a { background-color: rgb(204,42,207); }
div.DivClassName
{
background-color: #CC2ACF;
}
.BgClassName
{
background-color: #CC2ACF;
}
</style>
border-color css
<style>
span { border-color: #CC2ACF; }
span { border-color: rgb(204,42,207); }
td.TdClassName
{
border-color: #CC2ACF;
}
.TagClassName
{
border-color: #CC2ACF;
}
</style>