Shades of Deep Magenta #CC01B3
Tints of Deep Magenta #CC01B3
RGB
CMYK
RGB Variations
Color information
#CC01B3 (or 0xCC01B3) is known color: Deep Magenta. HEX triplet: CC, 01 and B3. RGB value is (204,1,179). Sum of RGB (Red+Green+Blue) = 204+1+179=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01B3 is #33FE4C. Grayscale: #515151. Windows color (decimal): -3407437 or 11731404. OLE color: 11731404.
HSL color Cylindrical-coordinate representation of color #CC01B3: hue angle of 307.39º 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 #CC01B3 is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 179 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.2 |
| HSL | 307.39º | 0.99% | 0.4% | - |
| HSV(B) | 307.39º | 1% | 0.8% | - |
| XYZ | 33.05 | 16.11 | 44.02 | - |
| YUV | 81.99 | 182.75 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 179 | 0 | 1.00 | 0.12 | 0.2 | 307.39 | 0.99 | 0.4 |
| Hex | CC | 1 | B3 | 0 | 64 | C | 14 | 133 | 63 | 28 |
| Octal | 314 | 1 | 263 | 0 | 144 | 14 | 24 | 463 | 143 | 50 |
| Binary | 11001100 | 1 | 10110011 | 0 | 1100100 | 1100 | 10100 | 100110011 | 1100011 | 101000 |
Color Harmonies of #CC01B3
Complementary color
Monochromatic Colors of #CC01B3
Black with #CC01B3
Text Example
Text Example
White with #CC01B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01B3; }
p { color: rgb(204,1,179); }
H1.HeaderClassName
{
color: #CC01B3;
}
.AnyTagClassName
{
color: #CC01B3;
}
</style>
background-color css
<style>
a { background-color: #CC01B3; }
a { background-color: rgb(204,1,179); }
div.DivClassName
{
background-color: #CC01B3;
}
.BgClassName
{
background-color: #CC01B3;
}
</style>
border-color css
<style>
span { border-color: #CC01B3; }
span { border-color: rgb(204,1,179); }
td.TdClassName
{
border-color: #CC01B3;
}
.TagClassName
{
border-color: #CC01B3;
}
</style>