Shades of Deep Magenta #CC1ADF
Tints of Deep Magenta #CC1ADF
RGB
CMYK
RGB Variations
Color information
#CC1ADF (or 0xCC1ADF) is known color: Deep Magenta. HEX triplet: CC, 1A and DF. RGB value is (204,26,223). Sum of RGB (Red+Green+Blue) = 204+26+223=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC1ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ADF is #33E520. Grayscale: #656565. Windows color (decimal): -3400993 or 14621388. OLE color: 14621388.
HSL color Cylindrical-coordinate representation of color #CC1ADF: hue angle of 294.21º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1ADF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 26 | 223 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.13 |
| HSL | 294.21º | 0.79% | 0.49% | - |
| HSV(B) | 294.21º | 0.88% | 0.87% | - |
| XYZ | 38.59 | 18.9 | 71.43 | - |
| YUV | 101.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 223 | 0.09 | 0.88 | 0 | 0.13 | 294.21 | 0.79 | 0.49 |
| Hex | CC | 1A | DF | 9 | 58 | 0 | D | 126 | 4F | 31 |
| Octal | 314 | 32 | 337 | 11 | 130 | 0 | 15 | 446 | 117 | 61 |
| Binary | 11001100 | 11010 | 11011111 | 1001 | 1011000 | 0 | 1101 | 100100110 | 1001111 | 110001 |
Color Harmonies of #CC1ADF
Complementary color
Monochromatic Colors of #CC1ADF
Black with #CC1ADF
Text Example
Text Example
White with #CC1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ADF; }
p { color: rgb(204,26,223); }
H1.HeaderClassName
{
color: #CC1ADF;
}
.AnyTagClassName
{
color: #CC1ADF;
}
</style>
background-color css
<style>
a { background-color: #CC1ADF; }
a { background-color: rgb(204,26,223); }
div.DivClassName
{
background-color: #CC1ADF;
}
.BgClassName
{
background-color: #CC1ADF;
}
</style>
border-color css
<style>
span { border-color: #CC1ADF; }
span { border-color: rgb(204,26,223); }
td.TdClassName
{
border-color: #CC1ADF;
}
.TagClassName
{
border-color: #CC1ADF;
}
</style>