Shades of Deep Magenta #CB25BC
Tints of Deep Magenta #CB25BC
RGB
CMYK
RGB Variations
Color information
#CB25BC (or 0xCB25BC) is known color: Deep Magenta. HEX triplet: CB, 25 and BC. RGB value is (203,37,188). Sum of RGB (Red+Green+Blue) = 203+37+188=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25BC is #34DA43. Grayscale: #676767. Windows color (decimal): -3463748 or 12330443. OLE color: 12330443.
HSL color Cylindrical-coordinate representation of color #CB25BC: hue angle of 305.42º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB25BC is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 188 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.20 |
| HSL | 305.42º | 0.69% | 0.47% | - |
| HSV(B) | 305.42º | 0.82% | 0.8% | - |
| XYZ | 34.37 | 17.65 | 49.17 | - |
| YUV | 103.85 | 175.5 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 188 | 0 | 0.82 | 0.07 | 0.20 | 305.42 | 0.69 | 0.47 |
| Hex | CB | 25 | BC | 0 | 52 | 7 | 14 | 131 | 45 | 2F |
| Octal | 313 | 45 | 274 | 0 | 122 | 7 | 24 | 461 | 105 | 57 |
| Binary | 11001011 | 100101 | 10111100 | 0 | 1010010 | 111 | 10100 | 100110001 | 1000101 | 101111 |
Color Harmonies of #CB25BC
Complementary color
Monochromatic Colors of #CB25BC
Black with #CB25BC
Text Example
Text Example
White with #CB25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25BC; }
p { color: rgb(203,37,188); }
H1.HeaderClassName
{
color: #CB25BC;
}
.AnyTagClassName
{
color: #CB25BC;
}
</style>
background-color css
<style>
a { background-color: #CB25BC; }
a { background-color: rgb(203,37,188); }
div.DivClassName
{
background-color: #CB25BC;
}
.BgClassName
{
background-color: #CB25BC;
}
</style>
border-color css
<style>
span { border-color: #CB25BC; }
span { border-color: rgb(203,37,188); }
td.TdClassName
{
border-color: #CB25BC;
}
.TagClassName
{
border-color: #CB25BC;
}
</style>