Shades of Deep Cerise #CB357F
Tints of Deep Cerise #CB357F
RGB
CMYK
RGB Variations
Color information
#CB357F (or 0xCB357F) is known color: Deep Cerise. HEX triplet: CB, 35 and 7F. RGB value is (203,53,127). Sum of RGB (Red+Green+Blue) = 203+53+127=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB357F is #34CA80. Grayscale: #6A6A6A. Windows color (decimal): -3459713 or 8336843. OLE color: 8336843.
HSL color Cylindrical-coordinate representation of color #CB357F: hue angle of 330.4º 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 #CB357F is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 127 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.20 |
| HSL | 330.4º | 0.59% | 0.5% | - |
| HSV(B) | 330.4º | 0.74% | 0.8% | - |
| XYZ | 29.73 | 16.78 | 21.75 | - |
| YUV | 106.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 127 | 0 | 0.74 | 0.37 | 0.20 | 330.4 | 0.59 | 0.5 |
| Hex | CB | 35 | 7F | 0 | 4A | 25 | 14 | 14A | 3B | 32 |
| Octal | 313 | 65 | 177 | 0 | 112 | 45 | 24 | 512 | 73 | 62 |
| Binary | 11001011 | 110101 | 1111111 | 0 | 1001010 | 100101 | 10100 | 101001010 | 111011 | 110010 |
Color Harmonies of #CB357F
Complementary color
Monochromatic Colors of #CB357F
Black with #CB357F
Text Example
Text Example
White with #CB357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB357F; }
p { color: rgb(203,53,127); }
H1.HeaderClassName
{
color: #CB357F;
}
.AnyTagClassName
{
color: #CB357F;
}
</style>
background-color css
<style>
a { background-color: #CB357F; }
a { background-color: rgb(203,53,127); }
div.DivClassName
{
background-color: #CB357F;
}
.BgClassName
{
background-color: #CB357F;
}
</style>
border-color css
<style>
span { border-color: #CB357F; }
span { border-color: rgb(203,53,127); }
td.TdClassName
{
border-color: #CB357F;
}
.TagClassName
{
border-color: #CB357F;
}
</style>