Shades of Deep Magenta #CB24C2
Tints of Deep Magenta #CB24C2
RGB
CMYK
RGB Variations
Color information
#CB24C2 (or 0xCB24C2) is known color: Deep Magenta. HEX triplet: CB, 24 and C2. RGB value is (203,36,194). Sum of RGB (Red+Green+Blue) = 203+36+194=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24C2 is #34DB3D. Grayscale: #676767. Windows color (decimal): -3463998 or 12723403. OLE color: 12723403.
HSL color Cylindrical-coordinate representation of color #CB24C2: hue angle of 303.23º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB24C2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 194 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.20 |
| HSL | 303.23º | 0.7% | 0.47% | - |
| HSV(B) | 303.23º | 0.82% | 0.8% | - |
| XYZ | 35 | 17.85 | 52.64 | - |
| YUV | 103.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 194 | 0 | 0.82 | 0.04 | 0.20 | 303.23 | 0.7 | 0.47 |
| Hex | CB | 24 | C2 | 0 | 52 | 4 | 14 | 12F | 46 | 2F |
| Octal | 313 | 44 | 302 | 0 | 122 | 4 | 24 | 457 | 106 | 57 |
| Binary | 11001011 | 100100 | 11000010 | 0 | 1010010 | 100 | 10100 | 100101111 | 1000110 | 101111 |
Color Harmonies of #CB24C2
Complementary color
Monochromatic Colors of #CB24C2
Black with #CB24C2
Text Example
Text Example
White with #CB24C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24C2; }
p { color: rgb(203,36,194); }
H1.HeaderClassName
{
color: #CB24C2;
}
.AnyTagClassName
{
color: #CB24C2;
}
</style>
background-color css
<style>
a { background-color: #CB24C2; }
a { background-color: rgb(203,36,194); }
div.DivClassName
{
background-color: #CB24C2;
}
.BgClassName
{
background-color: #CB24C2;
}
</style>
border-color css
<style>
span { border-color: #CB24C2; }
span { border-color: rgb(203,36,194); }
td.TdClassName
{
border-color: #CB24C2;
}
.TagClassName
{
border-color: #CB24C2;
}
</style>