Shades of Deep Cerise #CF3395
Tints of Deep Cerise #CF3395
RGB
CMYK
RGB Variations
Color information
#CF3395 (or 0xCF3395) is known color: Deep Cerise. HEX triplet: CF, 33 and 95. RGB value is (207,51,149). Sum of RGB (Red+Green+Blue) = 207+51+149=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3395 is #30CC6A. Grayscale: #6C6C6C. Windows color (decimal): -3198059 or 9778127. OLE color: 9778127.
HSL color Cylindrical-coordinate representation of color #CF3395: hue angle of 322.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3395 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 149 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.19 |
| HSL | 322.31º | 0.62% | 0.51% | - |
| HSV(B) | 322.31º | 0.75% | 0.81% | - |
| XYZ | 32.34 | 17.8 | 30.17 | - |
| YUV | 108.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 149 | 0 | 0.75 | 0.28 | 0.19 | 322.31 | 0.62 | 0.51 |
| Hex | CF | 33 | 95 | 0 | 4B | 1C | 13 | 142 | 3E | 33 |
| Octal | 317 | 63 | 225 | 0 | 113 | 34 | 23 | 502 | 76 | 63 |
| Binary | 11001111 | 110011 | 10010101 | 0 | 1001011 | 11100 | 10011 | 101000010 | 111110 | 110011 |
Color Harmonies of #CF3395
Complementary color
Monochromatic Colors of #CF3395
Black with #CF3395
Text Example
Text Example
White with #CF3395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3395; }
p { color: rgb(207,51,149); }
H1.HeaderClassName
{
color: #CF3395;
}
.AnyTagClassName
{
color: #CF3395;
}
</style>
background-color css
<style>
a { background-color: #CF3395; }
a { background-color: rgb(207,51,149); }
div.DivClassName
{
background-color: #CF3395;
}
.BgClassName
{
background-color: #CF3395;
}
</style>
border-color css
<style>
span { border-color: #CF3395; }
span { border-color: rgb(207,51,149); }
td.TdClassName
{
border-color: #CF3395;
}
.TagClassName
{
border-color: #CF3395;
}
</style>