Shades of Deep Magenta #CB09C2
Tints of Deep Magenta #CB09C2
RGB
CMYK
RGB Variations
Color information
#CB09C2 (or 0xCB09C2) is known color: Deep Magenta. HEX triplet: CB, 09 and C2. RGB value is (203,9,194). Sum of RGB (Red+Green+Blue) = 203+9+194=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09C2 is #34F63D. Grayscale: #575757. Windows color (decimal): -3470910 or 12716491. OLE color: 12716491.
HSL color Cylindrical-coordinate representation of color #CB09C2: hue angle of 302.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09C2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 194 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.20 |
| HSL | 302.78º | 0.92% | 0.42% | - |
| HSV(B) | 302.78º | 0.96% | 0.8% | - |
| XYZ | 34.46 | 16.79 | 52.46 | - |
| YUV | 88.1 | 187.77 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 194 | 0 | 0.96 | 0.04 | 0.20 | 302.78 | 0.92 | 0.42 |
| Hex | CB | 9 | C2 | 0 | 60 | 4 | 14 | 12F | 5C | 2A |
| Octal | 313 | 11 | 302 | 0 | 140 | 4 | 24 | 457 | 134 | 52 |
| Binary | 11001011 | 1001 | 11000010 | 0 | 1100000 | 100 | 10100 | 100101111 | 1011100 | 101010 |
Color Harmonies of #CB09C2
Complementary color
Monochromatic Colors of #CB09C2
Black with #CB09C2
Text Example
Text Example
White with #CB09C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09C2; }
p { color: rgb(203,9,194); }
H1.HeaderClassName
{
color: #CB09C2;
}
.AnyTagClassName
{
color: #CB09C2;
}
</style>
background-color css
<style>
a { background-color: #CB09C2; }
a { background-color: rgb(203,9,194); }
div.DivClassName
{
background-color: #CB09C2;
}
.BgClassName
{
background-color: #CB09C2;
}
</style>
border-color css
<style>
span { border-color: #CB09C2; }
span { border-color: rgb(203,9,194); }
td.TdClassName
{
border-color: #CB09C2;
}
.TagClassName
{
border-color: #CB09C2;
}
</style>