Shades of Deep Cerise #CF337E
Tints of Deep Cerise #CF337E
RGB
CMYK
RGB Variations
Color information
#CF337E (or 0xCF337E) is known color: Deep Cerise. HEX triplet: CF, 33 and 7E. RGB value is (207,51,126). Sum of RGB (Red+Green+Blue) = 207+51+126=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF337E is #30CC81. Grayscale: #6A6A6A. Windows color (decimal): -3198082 or 8270799. OLE color: 8270799.
HSL color Cylindrical-coordinate representation of color #CF337E: hue angle of 331.15º 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 #CF337E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 126 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.19 |
| HSL | 331.15º | 0.62% | 0.51% | - |
| HSV(B) | 331.15º | 0.75% | 0.81% | - |
| XYZ | 30.68 | 17.14 | 21.43 | - |
| YUV | 106.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 126 | 0 | 0.75 | 0.39 | 0.19 | 331.15 | 0.62 | 0.51 |
| Hex | CF | 33 | 7E | 0 | 4B | 27 | 13 | 14B | 3E | 33 |
| Octal | 317 | 63 | 176 | 0 | 113 | 47 | 23 | 513 | 76 | 63 |
| Binary | 11001111 | 110011 | 1111110 | 0 | 1001011 | 100111 | 10011 | 101001011 | 111110 | 110011 |
Color Harmonies of #CF337E
Complementary color
Monochromatic Colors of #CF337E
Black with #CF337E
Text Example
Text Example
White with #CF337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF337E; }
p { color: rgb(207,51,126); }
H1.HeaderClassName
{
color: #CF337E;
}
.AnyTagClassName
{
color: #CF337E;
}
</style>
background-color css
<style>
a { background-color: #CF337E; }
a { background-color: rgb(207,51,126); }
div.DivClassName
{
background-color: #CF337E;
}
.BgClassName
{
background-color: #CF337E;
}
</style>
border-color css
<style>
span { border-color: #CF337E; }
span { border-color: rgb(207,51,126); }
td.TdClassName
{
border-color: #CF337E;
}
.TagClassName
{
border-color: #CF337E;
}
</style>