Shades of Deep Cerise #CB2975
Tints of Deep Cerise #CB2975
RGB
CMYK
RGB Variations
Color information
#CB2975 (or 0xCB2975) is known color: Deep Cerise. HEX triplet: CB, 29 and 75. RGB value is (203,41,117). Sum of RGB (Red+Green+Blue) = 203+41+117=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2975 is #34D68A. Grayscale: #616161. Windows color (decimal): -3462795 or 7678411. OLE color: 7678411.
HSL color Cylindrical-coordinate representation of color #CB2975: hue angle of 331.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2975 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 117 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.20 |
| HSL | 331.85º | 0.66% | 0.48% | - |
| HSV(B) | 331.85º | 0.8% | 0.8% | - |
| XYZ | 28.63 | 15.57 | 18.33 | - |
| YUV | 98.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 117 | 0 | 0.80 | 0.42 | 0.20 | 331.85 | 0.66 | 0.48 |
| Hex | CB | 29 | 75 | 0 | 50 | 2A | 14 | 14C | 42 | 30 |
| Octal | 313 | 51 | 165 | 0 | 120 | 52 | 24 | 514 | 102 | 60 |
| Binary | 11001011 | 101001 | 1110101 | 0 | 1010000 | 101010 | 10100 | 101001100 | 1000010 | 110000 |
Color Harmonies of #CB2975
Complementary color
Monochromatic Colors of #CB2975
Black with #CB2975
Text Example
Text Example
White with #CB2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2975; }
p { color: rgb(203,41,117); }
H1.HeaderClassName
{
color: #CB2975;
}
.AnyTagClassName
{
color: #CB2975;
}
</style>
background-color css
<style>
a { background-color: #CB2975; }
a { background-color: rgb(203,41,117); }
div.DivClassName
{
background-color: #CB2975;
}
.BgClassName
{
background-color: #CB2975;
}
</style>
border-color css
<style>
span { border-color: #CB2975; }
span { border-color: rgb(203,41,117); }
td.TdClassName
{
border-color: #CB2975;
}
.TagClassName
{
border-color: #CB2975;
}
</style>