Shades of Deep Cerise #CB397D
Tints of Deep Cerise #CB397D
RGB
CMYK
RGB Variations
Color information
#CB397D (or 0xCB397D) is known color: Deep Cerise. HEX triplet: CB, 39 and 7D. RGB value is (203,57,125). Sum of RGB (Red+Green+Blue) = 203+57+125=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB397D is #34C682. Grayscale: #6C6C6C. Windows color (decimal): -3458691 or 8206795. OLE color: 8206795.
HSL color Cylindrical-coordinate representation of color #CB397D: hue angle of 332.05º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB397D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 125 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.20 |
| HSL | 332.05º | 0.58% | 0.51% | - |
| HSV(B) | 332.05º | 0.72% | 0.8% | - |
| XYZ | 29.79 | 17.1 | 21.13 | - |
| YUV | 108.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 125 | 0 | 0.72 | 0.38 | 0.20 | 332.05 | 0.58 | 0.51 |
| Hex | CB | 39 | 7D | 0 | 48 | 26 | 14 | 14C | 3A | 33 |
| Octal | 313 | 71 | 175 | 0 | 110 | 46 | 24 | 514 | 72 | 63 |
| Binary | 11001011 | 111001 | 1111101 | 0 | 1001000 | 100110 | 10100 | 101001100 | 111010 | 110011 |
Color Harmonies of #CB397D
Complementary color
Monochromatic Colors of #CB397D
Black with #CB397D
Text Example
Text Example
White with #CB397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB397D; }
p { color: rgb(203,57,125); }
H1.HeaderClassName
{
color: #CB397D;
}
.AnyTagClassName
{
color: #CB397D;
}
</style>
background-color css
<style>
a { background-color: #CB397D; }
a { background-color: rgb(203,57,125); }
div.DivClassName
{
background-color: #CB397D;
}
.BgClassName
{
background-color: #CB397D;
}
</style>
border-color css
<style>
span { border-color: #CB397D; }
span { border-color: rgb(203,57,125); }
td.TdClassName
{
border-color: #CB397D;
}
.TagClassName
{
border-color: #CB397D;
}
</style>