Shades of Deep Magenta #CB18C1
Tints of Deep Magenta #CB18C1
RGB
CMYK
RGB Variations
Color information
#CB18C1 (or 0xCB18C1) is known color: Deep Magenta. HEX triplet: CB, 18 and C1. RGB value is (203,24,193). Sum of RGB (Red+Green+Blue) = 203+24+193=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18C1 is #34E73E. Grayscale: #606060. Windows color (decimal): -3467071 or 12654795. OLE color: 12654795.
HSL color Cylindrical-coordinate representation of color #CB18C1: hue angle of 303.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB18C1 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 193 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.20 |
| HSL | 303.35º | 0.79% | 0.45% | - |
| HSV(B) | 303.35º | 0.88% | 0.8% | - |
| XYZ | 34.58 | 17.2 | 51.95 | - |
| YUV | 96.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 193 | 0 | 0.88 | 0.05 | 0.20 | 303.35 | 0.79 | 0.45 |
| Hex | CB | 18 | C1 | 0 | 58 | 5 | 14 | 12F | 4F | 2D |
| Octal | 313 | 30 | 301 | 0 | 130 | 5 | 24 | 457 | 117 | 55 |
| Binary | 11001011 | 11000 | 11000001 | 0 | 1011000 | 101 | 10100 | 100101111 | 1001111 | 101101 |
Color Harmonies of #CB18C1
Complementary color
Monochromatic Colors of #CB18C1
Black with #CB18C1
Text Example
Text Example
White with #CB18C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18C1; }
p { color: rgb(203,24,193); }
H1.HeaderClassName
{
color: #CB18C1;
}
.AnyTagClassName
{
color: #CB18C1;
}
</style>
background-color css
<style>
a { background-color: #CB18C1; }
a { background-color: rgb(203,24,193); }
div.DivClassName
{
background-color: #CB18C1;
}
.BgClassName
{
background-color: #CB18C1;
}
</style>
border-color css
<style>
span { border-color: #CB18C1; }
span { border-color: rgb(203,24,193); }
td.TdClassName
{
border-color: #CB18C1;
}
.TagClassName
{
border-color: #CB18C1;
}
</style>