Shades of Deep Magenta #CC1CCB
Tints of Deep Magenta #CC1CCB
RGB
CMYK
RGB Variations
Color information
#CC1CCB (or 0xCC1CCB) is known color: Deep Magenta. HEX triplet: CC, 1C and CB. RGB value is (204,28,203). Sum of RGB (Red+Green+Blue) = 204+28+203=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CCB is #33E334. Grayscale: #646464. Windows color (decimal): -3400501 or 13311180. OLE color: 13311180.
HSL color Cylindrical-coordinate representation of color #CC1CCB: hue angle of 300.34º 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 #CC1CCB is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 203 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.2 |
| HSL | 300.34º | 0.76% | 0.45% | - |
| HSV(B) | 300.34º | 0.86% | 0.8% | - |
| XYZ | 36.1 | 17.98 | 58.07 | - |
| YUV | 100.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 203 | 0 | 0.86 | 0.00 | 0.2 | 300.34 | 0.76 | 0.45 |
| Hex | CC | 1C | CB | 0 | 56 | 0 | 14 | 12C | 4C | 2D |
| Octal | 314 | 34 | 313 | 0 | 126 | 0 | 24 | 454 | 114 | 55 |
| Binary | 11001100 | 11100 | 11001011 | 0 | 1010110 | 0 | 10100 | 100101100 | 1001100 | 101101 |
Color Harmonies of #CC1CCB
Complementary color
Monochromatic Colors of #CC1CCB
Black with #CC1CCB
Text Example
Text Example
White with #CC1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CCB; }
p { color: rgb(204,28,203); }
H1.HeaderClassName
{
color: #CC1CCB;
}
.AnyTagClassName
{
color: #CC1CCB;
}
</style>
background-color css
<style>
a { background-color: #CC1CCB; }
a { background-color: rgb(204,28,203); }
div.DivClassName
{
background-color: #CC1CCB;
}
.BgClassName
{
background-color: #CC1CCB;
}
</style>
border-color css
<style>
span { border-color: #CC1CCB; }
span { border-color: rgb(204,28,203); }
td.TdClassName
{
border-color: #CC1CCB;
}
.TagClassName
{
border-color: #CC1CCB;
}
</style>