Shades of Deep Magenta #CB10CC
Tints of Deep Magenta #CB10CC
RGB
CMYK
RGB Variations
Color information
#CB10CC (or 0xCB10CC) is known color: Deep Magenta. HEX triplet: CB, 10 and CC. RGB value is (203,16,204). Sum of RGB (Red+Green+Blue) = 203+16+204=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10CC is #34EF33. Grayscale: #5C5C5C. Windows color (decimal): -3469108 or 13373643. OLE color: 13373643.
HSL color Cylindrical-coordinate representation of color #CB10CC: hue angle of 299.68º 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 #CB10CC is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 16 | 204 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.2 |
| HSL | 299.68º | 0.85% | 0.43% | - |
| HSV(B) | 299.68º | 0.92% | 0.8% | - |
| XYZ | 35.71 | 17.43 | 58.61 | - |
| YUV | 93.35 | 190.45 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 204 | 0.00 | 0.92 | 0 | 0.2 | 299.68 | 0.85 | 0.43 |
| Hex | CB | 10 | CC | 0 | 5C | 0 | 14 | 12C | 55 | 2B |
| Octal | 313 | 20 | 314 | 0 | 134 | 0 | 24 | 454 | 125 | 53 |
| Binary | 11001011 | 10000 | 11001100 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101011 |
Color Harmonies of #CB10CC
Complementary color
Monochromatic Colors of #CB10CC
Black with #CB10CC
Text Example
Text Example
White with #CB10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10CC; }
p { color: rgb(203,16,204); }
H1.HeaderClassName
{
color: #CB10CC;
}
.AnyTagClassName
{
color: #CB10CC;
}
</style>
background-color css
<style>
a { background-color: #CB10CC; }
a { background-color: rgb(203,16,204); }
div.DivClassName
{
background-color: #CB10CC;
}
.BgClassName
{
background-color: #CB10CC;
}
</style>
border-color css
<style>
span { border-color: #CB10CC; }
span { border-color: rgb(203,16,204); }
td.TdClassName
{
border-color: #CB10CC;
}
.TagClassName
{
border-color: #CB10CC;
}
</style>