Shades of Deep Magenta #CC1BDF
Tints of Deep Magenta #CC1BDF
RGB
CMYK
RGB Variations
Color information
#CC1BDF (or 0xCC1BDF) is known color: Deep Magenta. HEX triplet: CC, 1B and DF. RGB value is (204,27,223). Sum of RGB (Red+Green+Blue) = 204+27+223=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BDF is #33E420. Grayscale: #656565. Windows color (decimal): -3400737 or 14621644. OLE color: 14621644.
HSL color Cylindrical-coordinate representation of color #CC1BDF: hue angle of 294.18º 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 #CC1BDF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 27 | 223 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.13 |
| HSL | 294.18º | 0.78% | 0.49% | - |
| HSV(B) | 294.18º | 0.88% | 0.87% | - |
| XYZ | 38.61 | 18.95 | 71.43 | - |
| YUV | 102.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 223 | 0.09 | 0.88 | 0 | 0.13 | 294.18 | 0.78 | 0.49 |
| Hex | CC | 1B | DF | 9 | 58 | 0 | D | 126 | 4E | 31 |
| Octal | 314 | 33 | 337 | 11 | 130 | 0 | 15 | 446 | 116 | 61 |
| Binary | 11001100 | 11011 | 11011111 | 1001 | 1011000 | 0 | 1101 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CC1BDF
Complementary color
Monochromatic Colors of #CC1BDF
Black with #CC1BDF
Text Example
Text Example
White with #CC1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BDF; }
p { color: rgb(204,27,223); }
H1.HeaderClassName
{
color: #CC1BDF;
}
.AnyTagClassName
{
color: #CC1BDF;
}
</style>
background-color css
<style>
a { background-color: #CC1BDF; }
a { background-color: rgb(204,27,223); }
div.DivClassName
{
background-color: #CC1BDF;
}
.BgClassName
{
background-color: #CC1BDF;
}
</style>
border-color css
<style>
span { border-color: #CC1BDF; }
span { border-color: rgb(204,27,223); }
td.TdClassName
{
border-color: #CC1BDF;
}
.TagClassName
{
border-color: #CC1BDF;
}
</style>