Shades of Deep Magenta #CB0CD3
Tints of Deep Magenta #CB0CD3
RGB
CMYK
RGB Variations
Color information
#CB0CD3 (or 0xCB0CD3) is known color: Deep Magenta. HEX triplet: CB, 0C and D3. RGB value is (203,12,211). Sum of RGB (Red+Green+Blue) = 203+12+211=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB0CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CD3 is #34F32C. Grayscale: #5B5B5B. Windows color (decimal): -3470125 or 13831371. OLE color: 13831371.
HSL color Cylindrical-coordinate representation of color #CB0CD3: hue angle of 297.59º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CD3 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 12 | 211 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.17 |
| HSL | 297.59º | 0.89% | 0.44% | - |
| HSV(B) | 297.59º | 0.94% | 0.83% | - |
| XYZ | 36.52 | 17.66 | 63.11 | - |
| YUV | 91.8 | 195.28 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 211 | 0.04 | 0.94 | 0 | 0.17 | 297.59 | 0.89 | 0.44 |
| Hex | CB | C | D3 | 4 | 5E | 0 | 11 | 12A | 59 | 2C |
| Octal | 313 | 14 | 323 | 4 | 136 | 0 | 21 | 452 | 131 | 54 |
| Binary | 11001011 | 1100 | 11010011 | 100 | 1011110 | 0 | 10001 | 100101010 | 1011001 | 101100 |
Color Harmonies of #CB0CD3
Complementary color
Monochromatic Colors of #CB0CD3
Black with #CB0CD3
Text Example
Text Example
White with #CB0CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CD3; }
p { color: rgb(203,12,211); }
H1.HeaderClassName
{
color: #CB0CD3;
}
.AnyTagClassName
{
color: #CB0CD3;
}
</style>
background-color css
<style>
a { background-color: #CB0CD3; }
a { background-color: rgb(203,12,211); }
div.DivClassName
{
background-color: #CB0CD3;
}
.BgClassName
{
background-color: #CB0CD3;
}
</style>
border-color css
<style>
span { border-color: #CB0CD3; }
span { border-color: rgb(203,12,211); }
td.TdClassName
{
border-color: #CB0CD3;
}
.TagClassName
{
border-color: #CB0CD3;
}
</style>