Shades of Deep Cerise #CB3182
Tints of Deep Cerise #CB3182
RGB
CMYK
RGB Variations
Color information
#CB3182 (or 0xCB3182) is known color: Deep Cerise. HEX triplet: CB, 31 and 82. RGB value is (203,49,130). Sum of RGB (Red+Green+Blue) = 203+49+130=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3182 is #34CE7D. Grayscale: #686868. Windows color (decimal): -3460734 or 8532427. OLE color: 8532427.
HSL color Cylindrical-coordinate representation of color #CB3182: hue angle of 328.44º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3182 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 130 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.20 |
| HSL | 328.44º | 0.61% | 0.49% | - |
| HSV(B) | 328.44º | 0.76% | 0.8% | - |
| XYZ | 29.76 | 16.5 | 22.74 | - |
| YUV | 104.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 130 | 0 | 0.76 | 0.36 | 0.20 | 328.44 | 0.61 | 0.49 |
| Hex | CB | 31 | 82 | 0 | 4C | 24 | 14 | 148 | 3D | 31 |
| Octal | 313 | 61 | 202 | 0 | 114 | 44 | 24 | 510 | 75 | 61 |
| Binary | 11001011 | 110001 | 10000010 | 0 | 1001100 | 100100 | 10100 | 101001000 | 111101 | 110001 |
Color Harmonies of #CB3182
Complementary color
Monochromatic Colors of #CB3182
Black with #CB3182
Text Example
Text Example
White with #CB3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3182; }
p { color: rgb(203,49,130); }
H1.HeaderClassName
{
color: #CB3182;
}
.AnyTagClassName
{
color: #CB3182;
}
</style>
background-color css
<style>
a { background-color: #CB3182; }
a { background-color: rgb(203,49,130); }
div.DivClassName
{
background-color: #CB3182;
}
.BgClassName
{
background-color: #CB3182;
}
</style>
border-color css
<style>
span { border-color: #CB3182; }
span { border-color: rgb(203,49,130); }
td.TdClassName
{
border-color: #CB3182;
}
.TagClassName
{
border-color: #CB3182;
}
</style>