Shades of Deep Magenta #CC00BD
Tints of Deep Magenta #CC00BD
RGB
CMYK
RGB Variations
Color information
#CC00BD (or 0xCC00BD) is known color: Deep Magenta. HEX triplet: CC, 00 and BD. RGB value is (204,0,189). Sum of RGB (Red+Green+Blue) = 204+0+189=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00BD is #33FF42. Grayscale: #515151. Windows color (decimal): -3407683 or 12386508. OLE color: 12386508.
HSL color Cylindrical-coordinate representation of color #CC00BD: hue angle of 304.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00BD is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.07 | 0.2 |
| HSL | 304.41º | 1% | 0.4% | - |
| HSV(B) | 304.41º | 1% | 0.8% | - |
| XYZ | 34.09 | 16.51 | 49.53 | - |
| YUV | 82.54 | 188.09 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 189 | 0 | 1 | 0.07 | 0.2 | 304.41 | 1 | 0.4 |
| Hex | CC | 0 | BD | 0 | 64 | 7 | 14 | 130 | 64 | 28 |
| Octal | 314 | 0 | 275 | 0 | 144 | 7 | 24 | 460 | 144 | 50 |
| Binary | 11001100 | 0 | 10111101 | 0 | 1100100 | 111 | 10100 | 100110000 | 1100100 | 101000 |
Color Harmonies of #CC00BD
Complementary color
Monochromatic Colors of #CC00BD
Black with #CC00BD
Text Example
Text Example
White with #CC00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00BD; }
p { color: rgb(204,0,189); }
H1.HeaderClassName
{
color: #CC00BD;
}
.AnyTagClassName
{
color: #CC00BD;
}
</style>
background-color css
<style>
a { background-color: #CC00BD; }
a { background-color: rgb(204,0,189); }
div.DivClassName
{
background-color: #CC00BD;
}
.BgClassName
{
background-color: #CC00BD;
}
</style>
border-color css
<style>
span { border-color: #CC00BD; }
span { border-color: rgb(204,0,189); }
td.TdClassName
{
border-color: #CC00BD;
}
.TagClassName
{
border-color: #CC00BD;
}
</style>