Shades of Deep Magenta #CB0CD5
Tints of Deep Magenta #CB0CD5
RGB
CMYK
RGB Variations
Color information
#CB0CD5 (or 0xCB0CD5) is known color: Deep Magenta. HEX triplet: CB, 0C and D5. RGB value is (203,12,213). Sum of RGB (Red+Green+Blue) = 203+12+213=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB0CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CD5 is #34F32A. Grayscale: #5B5B5B. Windows color (decimal): -3470123 or 13962443. OLE color: 13962443.
HSL color Cylindrical-coordinate representation of color #CB0CD5: hue angle of 297.01º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CD5 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 12 | 213 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.16 |
| HSL | 297.01º | 0.89% | 0.44% | - |
| HSV(B) | 297.01º | 0.94% | 0.84% | - |
| XYZ | 36.77 | 17.76 | 64.44 | - |
| YUV | 92.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 213 | 0.05 | 0.94 | 0 | 0.16 | 297.01 | 0.89 | 0.44 |
| Hex | CB | C | D5 | 5 | 5E | 0 | 10 | 129 | 59 | 2C |
| Octal | 313 | 14 | 325 | 5 | 136 | 0 | 20 | 451 | 131 | 54 |
| Binary | 11001011 | 1100 | 11010101 | 101 | 1011110 | 0 | 10000 | 100101001 | 1011001 | 101100 |
Color Harmonies of #CB0CD5
Complementary color
Monochromatic Colors of #CB0CD5
Black with #CB0CD5
Text Example
Text Example
White with #CB0CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CD5; }
p { color: rgb(203,12,213); }
H1.HeaderClassName
{
color: #CB0CD5;
}
.AnyTagClassName
{
color: #CB0CD5;
}
</style>
background-color css
<style>
a { background-color: #CB0CD5; }
a { background-color: rgb(203,12,213); }
div.DivClassName
{
background-color: #CB0CD5;
}
.BgClassName
{
background-color: #CB0CD5;
}
</style>
border-color css
<style>
span { border-color: #CB0CD5; }
span { border-color: rgb(203,12,213); }
td.TdClassName
{
border-color: #CB0CD5;
}
.TagClassName
{
border-color: #CB0CD5;
}
</style>