Shades of Deep Magenta #CC1CBD
Tints of Deep Magenta #CC1CBD
RGB
CMYK
RGB Variations
Color information
#CC1CBD (or 0xCC1CBD) is known color: Deep Magenta. HEX triplet: CC, 1C and BD. RGB value is (204,28,189). Sum of RGB (Red+Green+Blue) = 204+28+189=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CBD is #33E342. Grayscale: #626262. Windows color (decimal): -3400515 or 12393676. OLE color: 12393676.
HSL color Cylindrical-coordinate representation of color #CC1CBD: hue angle of 305.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CBD is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 189 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.2 |
| HSL | 305.11º | 0.76% | 0.45% | - |
| HSV(B) | 305.11º | 0.86% | 0.8% | - |
| XYZ | 34.5 | 17.34 | 49.67 | - |
| YUV | 98.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 189 | 0 | 0.86 | 0.07 | 0.2 | 305.11 | 0.76 | 0.45 |
| Hex | CC | 1C | BD | 0 | 56 | 7 | 14 | 131 | 4C | 2D |
| Octal | 314 | 34 | 275 | 0 | 126 | 7 | 24 | 461 | 114 | 55 |
| Binary | 11001100 | 11100 | 10111101 | 0 | 1010110 | 111 | 10100 | 100110001 | 1001100 | 101101 |
Color Harmonies of #CC1CBD
Complementary color
Monochromatic Colors of #CC1CBD
Black with #CC1CBD
Text Example
Text Example
White with #CC1CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CBD; }
p { color: rgb(204,28,189); }
H1.HeaderClassName
{
color: #CC1CBD;
}
.AnyTagClassName
{
color: #CC1CBD;
}
</style>
background-color css
<style>
a { background-color: #CC1CBD; }
a { background-color: rgb(204,28,189); }
div.DivClassName
{
background-color: #CC1CBD;
}
.BgClassName
{
background-color: #CC1CBD;
}
</style>
border-color css
<style>
span { border-color: #CC1CBD; }
span { border-color: rgb(204,28,189); }
td.TdClassName
{
border-color: #CC1CBD;
}
.TagClassName
{
border-color: #CC1CBD;
}
</style>