Shades of Deep Magenta #CC01BC
Tints of Deep Magenta #CC01BC
RGB
CMYK
RGB Variations
Color information
#CC01BC (or 0xCC01BC) is known color: Deep Magenta. HEX triplet: CC, 01 and BC. RGB value is (204,1,188). Sum of RGB (Red+Green+Blue) = 204+1+188=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01BC is #33FE43. Grayscale: #525252. Windows color (decimal): -3407428 or 12321228. OLE color: 12321228.
HSL color Cylindrical-coordinate representation of color #CC01BC: hue angle of 304.73º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01BC is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.2 |
| HSL | 304.73º | 0.99% | 0.4% | - |
| HSV(B) | 304.73º | 1% | 0.8% | - |
| XYZ | 33.99 | 16.49 | 48.97 | - |
| YUV | 83.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 188 | 0 | 1.00 | 0.08 | 0.2 | 304.73 | 0.99 | 0.4 |
| Hex | CC | 1 | BC | 0 | 64 | 8 | 14 | 131 | 63 | 28 |
| Octal | 314 | 1 | 274 | 0 | 144 | 10 | 24 | 461 | 143 | 50 |
| Binary | 11001100 | 1 | 10111100 | 0 | 1100100 | 1000 | 10100 | 100110001 | 1100011 | 101000 |
Color Harmonies of #CC01BC
Complementary color
Monochromatic Colors of #CC01BC
Black with #CC01BC
Text Example
Text Example
White with #CC01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01BC; }
p { color: rgb(204,1,188); }
H1.HeaderClassName
{
color: #CC01BC;
}
.AnyTagClassName
{
color: #CC01BC;
}
</style>
background-color css
<style>
a { background-color: #CC01BC; }
a { background-color: rgb(204,1,188); }
div.DivClassName
{
background-color: #CC01BC;
}
.BgClassName
{
background-color: #CC01BC;
}
</style>
border-color css
<style>
span { border-color: #CC01BC; }
span { border-color: rgb(204,1,188); }
td.TdClassName
{
border-color: #CC01BC;
}
.TagClassName
{
border-color: #CC01BC;
}
</style>