Shades of Deep Magenta #CB12CC
Tints of Deep Magenta #CB12CC
RGB
CMYK
RGB Variations
Color information
#CB12CC (or 0xCB12CC) is known color: Deep Magenta. HEX triplet: CB, 12 and CC. RGB value is (203,18,204). Sum of RGB (Red+Green+Blue) = 203+18+204=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB12CC is #34ED33. Grayscale: #5D5D5D. Windows color (decimal): -3468596 or 13374155. OLE color: 13374155.
HSL color Cylindrical-coordinate representation of color #CB12CC: hue angle of 299.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB12CC is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 18 | 204 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.2 |
| HSL | 299.68º | 0.84% | 0.44% | - |
| HSV(B) | 299.68º | 0.91% | 0.8% | - |
| XYZ | 35.74 | 17.49 | 58.62 | - |
| YUV | 94.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 204 | 0.00 | 0.91 | 0 | 0.2 | 299.68 | 0.84 | 0.44 |
| Hex | CB | 12 | CC | 0 | 5B | 0 | 14 | 12C | 54 | 2C |
| Octal | 313 | 22 | 314 | 0 | 133 | 0 | 24 | 454 | 124 | 54 |
| Binary | 11001011 | 10010 | 11001100 | 0 | 1011011 | 0 | 10100 | 100101100 | 1010100 | 101100 |
Color Harmonies of #CB12CC
Complementary color
Monochromatic Colors of #CB12CC
Black with #CB12CC
Text Example
Text Example
White with #CB12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12CC; }
p { color: rgb(203,18,204); }
H1.HeaderClassName
{
color: #CB12CC;
}
.AnyTagClassName
{
color: #CB12CC;
}
</style>
background-color css
<style>
a { background-color: #CB12CC; }
a { background-color: rgb(203,18,204); }
div.DivClassName
{
background-color: #CB12CC;
}
.BgClassName
{
background-color: #CB12CC;
}
</style>
border-color css
<style>
span { border-color: #CB12CC; }
span { border-color: rgb(203,18,204); }
td.TdClassName
{
border-color: #CB12CC;
}
.TagClassName
{
border-color: #CB12CC;
}
</style>