Shades of Deep Magenta #CC1FAF
Tints of Deep Magenta #CC1FAF
RGB
CMYK
RGB Variations
Color information
#CC1FAF (or 0xCC1FAF) is known color: Deep Magenta. HEX triplet: CC, 1F and AF. RGB value is (204,31,175). Sum of RGB (Red+Green+Blue) = 204+31+175=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1FAF is #33E050. Grayscale: #626262. Windows color (decimal): -3399761 or 11476940. OLE color: 11476940.
HSL color Cylindrical-coordinate representation of color #CC1FAF: hue angle of 310.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1FAF is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 175 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.2 |
| HSL | 310.06º | 0.74% | 0.46% | - |
| HSV(B) | 310.06º | 0.85% | 0.8% | - |
| XYZ | 33.13 | 16.91 | 42.08 | - |
| YUV | 99.14 | 170.81 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 175 | 0 | 0.85 | 0.14 | 0.2 | 310.06 | 0.74 | 0.46 |
| Hex | CC | 1F | AF | 0 | 55 | E | 14 | 136 | 4A | 2E |
| Octal | 314 | 37 | 257 | 0 | 125 | 16 | 24 | 466 | 112 | 56 |
| Binary | 11001100 | 11111 | 10101111 | 0 | 1010101 | 1110 | 10100 | 100110110 | 1001010 | 101110 |
Color Harmonies of #CC1FAF
Complementary color
Monochromatic Colors of #CC1FAF
Black with #CC1FAF
Text Example
Text Example
White with #CC1FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FAF; }
p { color: rgb(204,31,175); }
H1.HeaderClassName
{
color: #CC1FAF;
}
.AnyTagClassName
{
color: #CC1FAF;
}
</style>
background-color css
<style>
a { background-color: #CC1FAF; }
a { background-color: rgb(204,31,175); }
div.DivClassName
{
background-color: #CC1FAF;
}
.BgClassName
{
background-color: #CC1FAF;
}
</style>
border-color css
<style>
span { border-color: #CC1FAF; }
span { border-color: rgb(204,31,175); }
td.TdClassName
{
border-color: #CC1FAF;
}
.TagClassName
{
border-color: #CC1FAF;
}
</style>