Shades of Deep Magenta #CC1BDD
Tints of Deep Magenta #CC1BDD
RGB
CMYK
RGB Variations
Color information
#CC1BDD (or 0xCC1BDD) is known color: Deep Magenta. HEX triplet: CC, 1B and DD. RGB value is (204,27,221). Sum of RGB (Red+Green+Blue) = 204+27+221=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BDD is #33E422. Grayscale: #656565. Windows color (decimal): -3400739 or 14490572. OLE color: 14490572.
HSL color Cylindrical-coordinate representation of color #CC1BDD: hue angle of 294.74º degrees, saturation: 0.78, 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 #CC1BDD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 27 | 221 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.13 |
| HSL | 294.74º | 0.78% | 0.49% | - |
| HSV(B) | 294.74º | 0.88% | 0.87% | - |
| XYZ | 38.34 | 18.84 | 70.02 | - |
| YUV | 102.04 | 195.14 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 221 | 0.08 | 0.88 | 0 | 0.13 | 294.74 | 0.78 | 0.49 |
| Hex | CC | 1B | DD | 8 | 58 | 0 | D | 127 | 4E | 31 |
| Octal | 314 | 33 | 335 | 10 | 130 | 0 | 15 | 447 | 116 | 61 |
| Binary | 11001100 | 11011 | 11011101 | 1000 | 1011000 | 0 | 1101 | 100100111 | 1001110 | 110001 |
Color Harmonies of #CC1BDD
Complementary color
Monochromatic Colors of #CC1BDD
Black with #CC1BDD
Text Example
Text Example
White with #CC1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BDD; }
p { color: rgb(204,27,221); }
H1.HeaderClassName
{
color: #CC1BDD;
}
.AnyTagClassName
{
color: #CC1BDD;
}
</style>
background-color css
<style>
a { background-color: #CC1BDD; }
a { background-color: rgb(204,27,221); }
div.DivClassName
{
background-color: #CC1BDD;
}
.BgClassName
{
background-color: #CC1BDD;
}
</style>
border-color css
<style>
span { border-color: #CC1BDD; }
span { border-color: rgb(204,27,221); }
td.TdClassName
{
border-color: #CC1BDD;
}
.TagClassName
{
border-color: #CC1BDD;
}
</style>