Shades of Deep Cerise #CB297F
Tints of Deep Cerise #CB297F
RGB
CMYK
RGB Variations
Color information
#CB297F (or 0xCB297F) is known color: Deep Cerise. HEX triplet: CB, 29 and 7F. RGB value is (203,41,127). Sum of RGB (Red+Green+Blue) = 203+41+127=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB297F is #34D680. Grayscale: #636363. Windows color (decimal): -3462785 or 8333771. OLE color: 8333771.
HSL color Cylindrical-coordinate representation of color #CB297F: hue angle of 328.15º 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 #CB297F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 127 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.20 |
| HSL | 328.15º | 0.66% | 0.48% | - |
| HSV(B) | 328.15º | 0.8% | 0.8% | - |
| XYZ | 29.25 | 15.81 | 21.59 | - |
| YUV | 99.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 127 | 0 | 0.80 | 0.37 | 0.20 | 328.15 | 0.66 | 0.48 |
| Hex | CB | 29 | 7F | 0 | 50 | 25 | 14 | 148 | 42 | 30 |
| Octal | 313 | 51 | 177 | 0 | 120 | 45 | 24 | 510 | 102 | 60 |
| Binary | 11001011 | 101001 | 1111111 | 0 | 1010000 | 100101 | 10100 | 101001000 | 1000010 | 110000 |
Color Harmonies of #CB297F
Complementary color
Monochromatic Colors of #CB297F
Black with #CB297F
Text Example
Text Example
White with #CB297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB297F; }
p { color: rgb(203,41,127); }
H1.HeaderClassName
{
color: #CB297F;
}
.AnyTagClassName
{
color: #CB297F;
}
</style>
background-color css
<style>
a { background-color: #CB297F; }
a { background-color: rgb(203,41,127); }
div.DivClassName
{
background-color: #CB297F;
}
.BgClassName
{
background-color: #CB297F;
}
</style>
border-color css
<style>
span { border-color: #CB297F; }
span { border-color: rgb(203,41,127); }
td.TdClassName
{
border-color: #CB297F;
}
.TagClassName
{
border-color: #CB297F;
}
</style>