Shades of Deep Magenta #CB25DC
Tints of Deep Magenta #CB25DC
RGB
CMYK
RGB Variations
Color information
#CB25DC (or 0xCB25DC) is known color: Deep Magenta. HEX triplet: CB, 25 and DC. RGB value is (203,37,220). Sum of RGB (Red+Green+Blue) = 203+37+220=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25DC is #34DA23. Grayscale: #6A6A6A. Windows color (decimal): -3463716 or 14427595. OLE color: 14427595.
HSL color Cylindrical-coordinate representation of color #CB25DC: hue angle of 294.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB25DC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 37 | 220 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.14 |
| HSL | 294.43º | 0.72% | 0.5% | - |
| HSV(B) | 294.43º | 0.83% | 0.86% | - |
| XYZ | 38.21 | 19.19 | 69.4 | - |
| YUV | 107.5 | 191.5 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 220 | 0.08 | 0.83 | 0 | 0.14 | 294.43 | 0.72 | 0.5 |
| Hex | CB | 25 | DC | 8 | 53 | 0 | E | 126 | 48 | 32 |
| Octal | 313 | 45 | 334 | 10 | 123 | 0 | 16 | 446 | 110 | 62 |
| Binary | 11001011 | 100101 | 11011100 | 1000 | 1010011 | 0 | 1110 | 100100110 | 1001000 | 110010 |
Color Harmonies of #CB25DC
Complementary color
Monochromatic Colors of #CB25DC
Black with #CB25DC
Text Example
Text Example
White with #CB25DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25DC; }
p { color: rgb(203,37,220); }
H1.HeaderClassName
{
color: #CB25DC;
}
.AnyTagClassName
{
color: #CB25DC;
}
</style>
background-color css
<style>
a { background-color: #CB25DC; }
a { background-color: rgb(203,37,220); }
div.DivClassName
{
background-color: #CB25DC;
}
.BgClassName
{
background-color: #CB25DC;
}
</style>
border-color css
<style>
span { border-color: #CB25DC; }
span { border-color: rgb(203,37,220); }
td.TdClassName
{
border-color: #CB25DC;
}
.TagClassName
{
border-color: #CB25DC;
}
</style>