Shades of Deep Cerise #CF3474
Tints of Deep Cerise #CF3474
RGB
CMYK
RGB Variations
Color information
#CF3474 (or 0xCF3474) is known color: Deep Cerise. HEX triplet: CF, 34 and 74. RGB value is (207,52,116). Sum of RGB (Red+Green+Blue) = 207+52+116=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3474 is #30CB8B. Grayscale: #696969. Windows color (decimal): -3197836 or 7615695. OLE color: 7615695.
HSL color Cylindrical-coordinate representation of color #CF3474: hue angle of 335.23º 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 #CF3474 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 116 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.19 |
| HSL | 335.23º | 0.62% | 0.51% | - |
| HSV(B) | 335.23º | 0.75% | 0.81% | - |
| XYZ | 30.11 | 16.98 | 18.21 | - |
| YUV | 105.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 116 | 0 | 0.75 | 0.44 | 0.19 | 335.23 | 0.62 | 0.51 |
| Hex | CF | 34 | 74 | 0 | 4B | 2C | 13 | 14F | 3E | 33 |
| Octal | 317 | 64 | 164 | 0 | 113 | 54 | 23 | 517 | 76 | 63 |
| Binary | 11001111 | 110100 | 1110100 | 0 | 1001011 | 101100 | 10011 | 101001111 | 111110 | 110011 |
Color Harmonies of #CF3474
Complementary color
Monochromatic Colors of #CF3474
Black with #CF3474
Text Example
Text Example
White with #CF3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3474; }
p { color: rgb(207,52,116); }
H1.HeaderClassName
{
color: #CF3474;
}
.AnyTagClassName
{
color: #CF3474;
}
</style>
background-color css
<style>
a { background-color: #CF3474; }
a { background-color: rgb(207,52,116); }
div.DivClassName
{
background-color: #CF3474;
}
.BgClassName
{
background-color: #CF3474;
}
</style>
border-color css
<style>
span { border-color: #CF3474; }
span { border-color: rgb(207,52,116); }
td.TdClassName
{
border-color: #CF3474;
}
.TagClassName
{
border-color: #CF3474;
}
</style>