Shades of Deep Cerise #CF3675
Tints of Deep Cerise #CF3675
RGB
CMYK
RGB Variations
Color information
#CF3675 (or 0xCF3675) is known color: Deep Cerise. HEX triplet: CF, 36 and 75. RGB value is (207,54,117). Sum of RGB (Red+Green+Blue) = 207+54+117=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3675 is #30C98A. Grayscale: #6A6A6A. Windows color (decimal): -3197323 or 7681743. OLE color: 7681743.
HSL color Cylindrical-coordinate representation of color #CF3675: hue angle of 335.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3675 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 117 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.19 |
| HSL | 335.29º | 0.61% | 0.51% | - |
| HSV(B) | 335.29º | 0.74% | 0.81% | - |
| XYZ | 30.26 | 17.19 | 18.55 | - |
| YUV | 106.93 | 133.69 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 117 | 0 | 0.74 | 0.43 | 0.19 | 335.29 | 0.61 | 0.51 |
| Hex | CF | 36 | 75 | 0 | 4A | 2B | 13 | 14F | 3D | 33 |
| Octal | 317 | 66 | 165 | 0 | 112 | 53 | 23 | 517 | 75 | 63 |
| Binary | 11001111 | 110110 | 1110101 | 0 | 1001010 | 101011 | 10011 | 101001111 | 111101 | 110011 |
Color Harmonies of #CF3675
Complementary color
Monochromatic Colors of #CF3675
Black with #CF3675
Text Example
Text Example
White with #CF3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3675; }
p { color: rgb(207,54,117); }
H1.HeaderClassName
{
color: #CF3675;
}
.AnyTagClassName
{
color: #CF3675;
}
</style>
background-color css
<style>
a { background-color: #CF3675; }
a { background-color: rgb(207,54,117); }
div.DivClassName
{
background-color: #CF3675;
}
.BgClassName
{
background-color: #CF3675;
}
</style>
border-color css
<style>
span { border-color: #CF3675; }
span { border-color: rgb(207,54,117); }
td.TdClassName
{
border-color: #CF3675;
}
.TagClassName
{
border-color: #CF3675;
}
</style>