Shades of Deep Magenta #CC1ACF
Tints of Deep Magenta #CC1ACF
RGB
CMYK
RGB Variations
Color information
#CC1ACF (or 0xCC1ACF) is known color: Deep Magenta. HEX triplet: CC, 1A and CF. RGB value is (204,26,207). Sum of RGB (Red+Green+Blue) = 204+26+207=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC1ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ACF is #33E530. Grayscale: #636363. Windows color (decimal): -3401009 or 13572812. OLE color: 13572812.
HSL color Cylindrical-coordinate representation of color #CC1ACF: hue angle of 299.01º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1ACF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 26 | 207 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.19 |
| HSL | 299.01º | 0.78% | 0.46% | - |
| HSV(B) | 299.01º | 0.87% | 0.81% | - |
| XYZ | 36.53 | 18.08 | 60.6 | - |
| YUV | 99.86 | 188.47 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 207 | 0.01 | 0.87 | 0 | 0.19 | 299.01 | 0.78 | 0.46 |
| Hex | CC | 1A | CF | 1 | 57 | 0 | 13 | 12B | 4E | 2E |
| Octal | 314 | 32 | 317 | 1 | 127 | 0 | 23 | 453 | 116 | 56 |
| Binary | 11001100 | 11010 | 11001111 | 1 | 1010111 | 0 | 10011 | 100101011 | 1001110 | 101110 |
Color Harmonies of #CC1ACF
Complementary color
Monochromatic Colors of #CC1ACF
Black with #CC1ACF
Text Example
Text Example
White with #CC1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ACF; }
p { color: rgb(204,26,207); }
H1.HeaderClassName
{
color: #CC1ACF;
}
.AnyTagClassName
{
color: #CC1ACF;
}
</style>
background-color css
<style>
a { background-color: #CC1ACF; }
a { background-color: rgb(204,26,207); }
div.DivClassName
{
background-color: #CC1ACF;
}
.BgClassName
{
background-color: #CC1ACF;
}
</style>
border-color css
<style>
span { border-color: #CC1ACF; }
span { border-color: rgb(204,26,207); }
td.TdClassName
{
border-color: #CC1ACF;
}
.TagClassName
{
border-color: #CC1ACF;
}
</style>