Shades of Deep Magenta #CB10C2
Tints of Deep Magenta #CB10C2
RGB
CMYK
RGB Variations
Color information
#CB10C2 (or 0xCB10C2) is known color: Deep Magenta. HEX triplet: CB, 10 and C2. RGB value is (203,16,194). Sum of RGB (Red+Green+Blue) = 203+16+194=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB10C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10C2 is #34EF3D. Grayscale: #5B5B5B. Windows color (decimal): -3469118 or 12718283. OLE color: 12718283.
HSL color Cylindrical-coordinate representation of color #CB10C2: hue angle of 302.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB10C2 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 194 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.20 |
| HSL | 302.89º | 0.85% | 0.43% | - |
| HSV(B) | 302.89º | 0.92% | 0.8% | - |
| XYZ | 34.55 | 16.96 | 52.49 | - |
| YUV | 92.21 | 185.45 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 194 | 0 | 0.92 | 0.04 | 0.20 | 302.89 | 0.85 | 0.43 |
| Hex | CB | 10 | C2 | 0 | 5C | 4 | 14 | 12F | 55 | 2B |
| Octal | 313 | 20 | 302 | 0 | 134 | 4 | 24 | 457 | 125 | 53 |
| Binary | 11001011 | 10000 | 11000010 | 0 | 1011100 | 100 | 10100 | 100101111 | 1010101 | 101011 |
Color Harmonies of #CB10C2
Complementary color
Monochromatic Colors of #CB10C2
Black with #CB10C2
Text Example
Text Example
White with #CB10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10C2; }
p { color: rgb(203,16,194); }
H1.HeaderClassName
{
color: #CB10C2;
}
.AnyTagClassName
{
color: #CB10C2;
}
</style>
background-color css
<style>
a { background-color: #CB10C2; }
a { background-color: rgb(203,16,194); }
div.DivClassName
{
background-color: #CB10C2;
}
.BgClassName
{
background-color: #CB10C2;
}
</style>
border-color css
<style>
span { border-color: #CB10C2; }
span { border-color: rgb(203,16,194); }
td.TdClassName
{
border-color: #CB10C2;
}
.TagClassName
{
border-color: #CB10C2;
}
</style>