Shades of Deep Magenta #CB23CC
Tints of Deep Magenta #CB23CC
RGB
CMYK
RGB Variations
Color information
#CB23CC (or 0xCB23CC) is known color: Deep Magenta. HEX triplet: CB, 23 and CC. RGB value is (203,35,204). Sum of RGB (Red+Green+Blue) = 203+35+204=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB23CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23CC is #34DC33. Grayscale: #676767. Windows color (decimal): -3464244 or 13378507. OLE color: 13378507.
HSL color Cylindrical-coordinate representation of color #CB23CC: hue angle of 299.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB23CC is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 35 | 204 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.2 |
| HSL | 299.65º | 0.71% | 0.47% | - |
| HSV(B) | 299.65º | 0.83% | 0.8% | - |
| XYZ | 36.13 | 18.26 | 58.75 | - |
| YUV | 104.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 204 | 0.00 | 0.83 | 0 | 0.2 | 299.65 | 0.71 | 0.47 |
| Hex | CB | 23 | CC | 0 | 53 | 0 | 14 | 12C | 47 | 2F |
| Octal | 313 | 43 | 314 | 0 | 123 | 0 | 24 | 454 | 107 | 57 |
| Binary | 11001011 | 100011 | 11001100 | 0 | 1010011 | 0 | 10100 | 100101100 | 1000111 | 101111 |
Color Harmonies of #CB23CC
Complementary color
Monochromatic Colors of #CB23CC
Black with #CB23CC
Text Example
Text Example
White with #CB23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23CC; }
p { color: rgb(203,35,204); }
H1.HeaderClassName
{
color: #CB23CC;
}
.AnyTagClassName
{
color: #CB23CC;
}
</style>
background-color css
<style>
a { background-color: #CB23CC; }
a { background-color: rgb(203,35,204); }
div.DivClassName
{
background-color: #CB23CC;
}
.BgClassName
{
background-color: #CB23CC;
}
</style>
border-color css
<style>
span { border-color: #CB23CC; }
span { border-color: rgb(203,35,204); }
td.TdClassName
{
border-color: #CB23CC;
}
.TagClassName
{
border-color: #CB23CC;
}
</style>