Shades of Deep Cerise #CF3374
Tints of Deep Cerise #CF3374
RGB
CMYK
RGB Variations
Color information
#CF3374 (or 0xCF3374) is known color: Deep Cerise. HEX triplet: CF, 33 and 74. RGB value is (207,51,116). Sum of RGB (Red+Green+Blue) = 207+51+116=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3374 is #30CC8B. Grayscale: #686868. Windows color (decimal): -3198092 or 7615439. OLE color: 7615439.
HSL color Cylindrical-coordinate representation of color #CF3374: hue angle of 335º 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 #CF3374 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 116 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.19 |
| HSL | 335º | 0.62% | 0.51% | - |
| HSV(B) | 335º | 0.75% | 0.81% | - |
| XYZ | 30.07 | 16.89 | 18.2 | - |
| YUV | 105.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 116 | 0 | 0.75 | 0.44 | 0.19 | 335 | 0.62 | 0.51 |
| Hex | CF | 33 | 74 | 0 | 4B | 2C | 13 | 14F | 3E | 33 |
| Octal | 317 | 63 | 164 | 0 | 113 | 54 | 23 | 517 | 76 | 63 |
| Binary | 11001111 | 110011 | 1110100 | 0 | 1001011 | 101100 | 10011 | 101001111 | 111110 | 110011 |
Color Harmonies of #CF3374
Complementary color
Monochromatic Colors of #CF3374
Black with #CF3374
Text Example
Text Example
White with #CF3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3374; }
p { color: rgb(207,51,116); }
H1.HeaderClassName
{
color: #CF3374;
}
.AnyTagClassName
{
color: #CF3374;
}
</style>
background-color css
<style>
a { background-color: #CF3374; }
a { background-color: rgb(207,51,116); }
div.DivClassName
{
background-color: #CF3374;
}
.BgClassName
{
background-color: #CF3374;
}
</style>
border-color css
<style>
span { border-color: #CF3374; }
span { border-color: rgb(207,51,116); }
td.TdClassName
{
border-color: #CF3374;
}
.TagClassName
{
border-color: #CF3374;
}
</style>