Shades of Deep Cerise #CB357B
Tints of Deep Cerise #CB357B
RGB
CMYK
RGB Variations
Color information
#CB357B (or 0xCB357B) is known color: Deep Cerise. HEX triplet: CB, 35 and 7B. RGB value is (203,53,123). Sum of RGB (Red+Green+Blue) = 203+53+123=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB357B is #34CA84. Grayscale: #696969. Windows color (decimal): -3459717 or 8074699. OLE color: 8074699.
HSL color Cylindrical-coordinate representation of color #CB357B: hue angle of 332º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB357B is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 123 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.20 |
| HSL | 332º | 0.59% | 0.5% | - |
| HSV(B) | 332º | 0.74% | 0.8% | - |
| XYZ | 29.48 | 16.67 | 20.4 | - |
| YUV | 105.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 123 | 0 | 0.74 | 0.39 | 0.20 | 332 | 0.59 | 0.5 |
| Hex | CB | 35 | 7B | 0 | 4A | 27 | 14 | 14C | 3B | 32 |
| Octal | 313 | 65 | 173 | 0 | 112 | 47 | 24 | 514 | 73 | 62 |
| Binary | 11001011 | 110101 | 1111011 | 0 | 1001010 | 100111 | 10100 | 101001100 | 111011 | 110010 |
Color Harmonies of #CB357B
Complementary color
Monochromatic Colors of #CB357B
Black with #CB357B
Text Example
Text Example
White with #CB357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB357B; }
p { color: rgb(203,53,123); }
H1.HeaderClassName
{
color: #CB357B;
}
.AnyTagClassName
{
color: #CB357B;
}
</style>
background-color css
<style>
a { background-color: #CB357B; }
a { background-color: rgb(203,53,123); }
div.DivClassName
{
background-color: #CB357B;
}
.BgClassName
{
background-color: #CB357B;
}
</style>
border-color css
<style>
span { border-color: #CB357B; }
span { border-color: rgb(203,53,123); }
td.TdClassName
{
border-color: #CB357B;
}
.TagClassName
{
border-color: #CB357B;
}
</style>