Shades of Deep Cerise #CB377E
Tints of Deep Cerise #CB377E
RGB
CMYK
RGB Variations
Color information
#CB377E (or 0xCB377E) is known color: Deep Cerise. HEX triplet: CB, 37 and 7E. RGB value is (203,55,126). Sum of RGB (Red+Green+Blue) = 203+55+126=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB377E is #34C881. Grayscale: #6B6B6B. Windows color (decimal): -3459202 or 8271819. OLE color: 8271819.
HSL color Cylindrical-coordinate representation of color #CB377E: hue angle of 331.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB377E is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 126 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.20 |
| HSL | 331.22º | 0.59% | 0.51% | - |
| HSV(B) | 331.22º | 0.73% | 0.8% | - |
| XYZ | 29.76 | 16.94 | 21.44 | - |
| YUV | 107.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 126 | 0 | 0.73 | 0.38 | 0.20 | 331.22 | 0.59 | 0.51 |
| Hex | CB | 37 | 7E | 0 | 49 | 26 | 14 | 14B | 3B | 33 |
| Octal | 313 | 67 | 176 | 0 | 111 | 46 | 24 | 513 | 73 | 63 |
| Binary | 11001011 | 110111 | 1111110 | 0 | 1001001 | 100110 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CB377E
Complementary color
Monochromatic Colors of #CB377E
Black with #CB377E
Text Example
Text Example
White with #CB377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB377E; }
p { color: rgb(203,55,126); }
H1.HeaderClassName
{
color: #CB377E;
}
.AnyTagClassName
{
color: #CB377E;
}
</style>
background-color css
<style>
a { background-color: #CB377E; }
a { background-color: rgb(203,55,126); }
div.DivClassName
{
background-color: #CB377E;
}
.BgClassName
{
background-color: #CB377E;
}
</style>
border-color css
<style>
span { border-color: #CB377E; }
span { border-color: rgb(203,55,126); }
td.TdClassName
{
border-color: #CB377E;
}
.TagClassName
{
border-color: #CB377E;
}
</style>