Shades of Deep Cerise #CF337F
Tints of Deep Cerise #CF337F
RGB
CMYK
RGB Variations
Color information
#CF337F (or 0xCF337F) is known color: Deep Cerise. HEX triplet: CF, 33 and 7F. RGB value is (207,51,127). Sum of RGB (Red+Green+Blue) = 207+51+127=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF337F is #30CC80. Grayscale: #6A6A6A. Windows color (decimal): -3198081 or 8336335. OLE color: 8336335.
HSL color Cylindrical-coordinate representation of color #CF337F: hue angle of 330.77º 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 #CF337F is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 127 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.19 |
| HSL | 330.77º | 0.62% | 0.51% | - |
| HSV(B) | 330.77º | 0.75% | 0.81% | - |
| XYZ | 30.75 | 17.17 | 21.77 | - |
| YUV | 106.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 127 | 0 | 0.75 | 0.39 | 0.19 | 330.77 | 0.62 | 0.51 |
| Hex | CF | 33 | 7F | 0 | 4B | 27 | 13 | 14B | 3E | 33 |
| Octal | 317 | 63 | 177 | 0 | 113 | 47 | 23 | 513 | 76 | 63 |
| Binary | 11001111 | 110011 | 1111111 | 0 | 1001011 | 100111 | 10011 | 101001011 | 111110 | 110011 |
Color Harmonies of #CF337F
Complementary color
Monochromatic Colors of #CF337F
Black with #CF337F
Text Example
Text Example
White with #CF337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF337F; }
p { color: rgb(207,51,127); }
H1.HeaderClassName
{
color: #CF337F;
}
.AnyTagClassName
{
color: #CF337F;
}
</style>
background-color css
<style>
a { background-color: #CF337F; }
a { background-color: rgb(207,51,127); }
div.DivClassName
{
background-color: #CF337F;
}
.BgClassName
{
background-color: #CF337F;
}
</style>
border-color css
<style>
span { border-color: #CF337F; }
span { border-color: rgb(207,51,127); }
td.TdClassName
{
border-color: #CF337F;
}
.TagClassName
{
border-color: #CF337F;
}
</style>