Shades of Deep Magenta #CC1CB3
Tints of Deep Magenta #CC1CB3
RGB
CMYK
RGB Variations
Color information
#CC1CB3 (or 0xCC1CB3) is known color: Deep Magenta. HEX triplet: CC, 1C and B3. RGB value is (204,28,179). Sum of RGB (Red+Green+Blue) = 204+28+179=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CB3 is #33E34C. Grayscale: #616161. Windows color (decimal): -3400525 or 11738316. OLE color: 11738316.
HSL color Cylindrical-coordinate representation of color #CC1CB3: hue angle of 308.52º 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 #CC1CB3 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 179 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.2 |
| HSL | 308.52º | 0.76% | 0.45% | - |
| HSV(B) | 308.52º | 0.86% | 0.8% | - |
| XYZ | 33.45 | 16.92 | 44.15 | - |
| YUV | 97.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 179 | 0 | 0.86 | 0.12 | 0.2 | 308.52 | 0.76 | 0.45 |
| Hex | CC | 1C | B3 | 0 | 56 | C | 14 | 135 | 4C | 2D |
| Octal | 314 | 34 | 263 | 0 | 126 | 14 | 24 | 465 | 114 | 55 |
| Binary | 11001100 | 11100 | 10110011 | 0 | 1010110 | 1100 | 10100 | 100110101 | 1001100 | 101101 |
Color Harmonies of #CC1CB3
Complementary color
Monochromatic Colors of #CC1CB3
Black with #CC1CB3
Text Example
Text Example
White with #CC1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CB3; }
p { color: rgb(204,28,179); }
H1.HeaderClassName
{
color: #CC1CB3;
}
.AnyTagClassName
{
color: #CC1CB3;
}
</style>
background-color css
<style>
a { background-color: #CC1CB3; }
a { background-color: rgb(204,28,179); }
div.DivClassName
{
background-color: #CC1CB3;
}
.BgClassName
{
background-color: #CC1CB3;
}
</style>
border-color css
<style>
span { border-color: #CC1CB3; }
span { border-color: rgb(204,28,179); }
td.TdClassName
{
border-color: #CC1CB3;
}
.TagClassName
{
border-color: #CC1CB3;
}
</style>