Shades of Deep Cerise #CB3C7D
Tints of Deep Cerise #CB3C7D
RGB
CMYK
RGB Variations
Color information
#CB3C7D (or 0xCB3C7D) is known color: Deep Cerise. HEX triplet: CB, 3C and 7D. RGB value is (203,60,125). Sum of RGB (Red+Green+Blue) = 203+60+125=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C7D is #34C382. Grayscale: #6E6E6E. Windows color (decimal): -3457923 or 8207563. OLE color: 8207563.
HSL color Cylindrical-coordinate representation of color #CB3C7D: hue angle of 332.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C7D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 125 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.20 |
| HSL | 332.73º | 0.58% | 0.52% | - |
| HSV(B) | 332.73º | 0.7% | 0.8% | - |
| XYZ | 29.95 | 17.41 | 21.18 | - |
| YUV | 110.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 125 | 0 | 0.70 | 0.38 | 0.20 | 332.73 | 0.58 | 0.52 |
| Hex | CB | 3C | 7D | 0 | 46 | 26 | 14 | 14D | 3A | 34 |
| Octal | 313 | 74 | 175 | 0 | 106 | 46 | 24 | 515 | 72 | 64 |
| Binary | 11001011 | 111100 | 1111101 | 0 | 1000110 | 100110 | 10100 | 101001101 | 111010 | 110100 |
Color Harmonies of #CB3C7D
Complementary color
Monochromatic Colors of #CB3C7D
Black with #CB3C7D
Text Example
Text Example
White with #CB3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C7D; }
p { color: rgb(203,60,125); }
H1.HeaderClassName
{
color: #CB3C7D;
}
.AnyTagClassName
{
color: #CB3C7D;
}
</style>
background-color css
<style>
a { background-color: #CB3C7D; }
a { background-color: rgb(203,60,125); }
div.DivClassName
{
background-color: #CB3C7D;
}
.BgClassName
{
background-color: #CB3C7D;
}
</style>
border-color css
<style>
span { border-color: #CB3C7D; }
span { border-color: rgb(203,60,125); }
td.TdClassName
{
border-color: #CB3C7D;
}
.TagClassName
{
border-color: #CB3C7D;
}
</style>