Shades of Deep Magenta #CC1FCB
Tints of Deep Magenta #CC1FCB
RGB
CMYK
RGB Variations
Color information
#CC1FCB (or 0xCC1FCB) is known color: Deep Magenta. HEX triplet: CC, 1F and CB. RGB value is (204,31,203). Sum of RGB (Red+Green+Blue) = 204+31+203=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FCB is #33E034. Grayscale: #656565. Windows color (decimal): -3399733 or 13311948. OLE color: 13311948.
HSL color Cylindrical-coordinate representation of color #CC1FCB: hue angle of 300.35º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1FCB is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 203 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.2 |
| HSL | 300.35º | 0.74% | 0.46% | - |
| HSV(B) | 300.35º | 0.85% | 0.8% | - |
| XYZ | 36.17 | 18.13 | 58.09 | - |
| YUV | 102.34 | 184.81 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 203 | 0 | 0.85 | 0.00 | 0.2 | 300.35 | 0.74 | 0.46 |
| Hex | CC | 1F | CB | 0 | 55 | 0 | 14 | 12C | 4A | 2E |
| Octal | 314 | 37 | 313 | 0 | 125 | 0 | 24 | 454 | 112 | 56 |
| Binary | 11001100 | 11111 | 11001011 | 0 | 1010101 | 0 | 10100 | 100101100 | 1001010 | 101110 |
Color Harmonies of #CC1FCB
Complementary color
Monochromatic Colors of #CC1FCB
Black with #CC1FCB
Text Example
Text Example
White with #CC1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FCB; }
p { color: rgb(204,31,203); }
H1.HeaderClassName
{
color: #CC1FCB;
}
.AnyTagClassName
{
color: #CC1FCB;
}
</style>
background-color css
<style>
a { background-color: #CC1FCB; }
a { background-color: rgb(204,31,203); }
div.DivClassName
{
background-color: #CC1FCB;
}
.BgClassName
{
background-color: #CC1FCB;
}
</style>
border-color css
<style>
span { border-color: #CC1FCB; }
span { border-color: rgb(204,31,203); }
td.TdClassName
{
border-color: #CC1FCB;
}
.TagClassName
{
border-color: #CC1FCB;
}
</style>