Shades of Deep Magenta #CB09D4
Tints of Deep Magenta #CB09D4
RGB
CMYK
RGB Variations
Color information
#CB09D4 (or 0xCB09D4) is known color: Deep Magenta. HEX triplet: CB, 09 and D4. RGB value is (203,9,212). Sum of RGB (Red+Green+Blue) = 203+9+212=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB09D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09D4 is #34F62B. Grayscale: #595959. Windows color (decimal): -3470892 or 13896139. OLE color: 13896139.
HSL color Cylindrical-coordinate representation of color #CB09D4: hue angle of 297.34º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09D4 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 9 | 212 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.17 |
| HSL | 297.34º | 0.92% | 0.43% | - |
| HSV(B) | 297.34º | 0.96% | 0.83% | - |
| XYZ | 36.61 | 17.65 | 63.76 | - |
| YUV | 90.15 | 196.77 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 212 | 0.04 | 0.96 | 0 | 0.17 | 297.34 | 0.92 | 0.43 |
| Hex | CB | 9 | D4 | 4 | 60 | 0 | 11 | 129 | 5C | 2B |
| Octal | 313 | 11 | 324 | 4 | 140 | 0 | 21 | 451 | 134 | 53 |
| Binary | 11001011 | 1001 | 11010100 | 100 | 1100000 | 0 | 10001 | 100101001 | 1011100 | 101011 |
Color Harmonies of #CB09D4
Complementary color
Monochromatic Colors of #CB09D4
Black with #CB09D4
Text Example
Text Example
White with #CB09D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09D4; }
p { color: rgb(203,9,212); }
H1.HeaderClassName
{
color: #CB09D4;
}
.AnyTagClassName
{
color: #CB09D4;
}
</style>
background-color css
<style>
a { background-color: #CB09D4; }
a { background-color: rgb(203,9,212); }
div.DivClassName
{
background-color: #CB09D4;
}
.BgClassName
{
background-color: #CB09D4;
}
</style>
border-color css
<style>
span { border-color: #CB09D4; }
span { border-color: rgb(203,9,212); }
td.TdClassName
{
border-color: #CB09D4;
}
.TagClassName
{
border-color: #CB09D4;
}
</style>