Shades of Deep Cerise #CF337D
Tints of Deep Cerise #CF337D
RGB
CMYK
RGB Variations
Color information
#CF337D (or 0xCF337D) is known color: Deep Cerise. HEX triplet: CF, 33 and 7D. RGB value is (207,51,125). Sum of RGB (Red+Green+Blue) = 207+51+125=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF337D is #30CC82. Grayscale: #696969. Windows color (decimal): -3198083 or 8205263. OLE color: 8205263.
HSL color Cylindrical-coordinate representation of color #CF337D: hue angle of 331.54º 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 #CF337D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 125 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.19 |
| HSL | 331.54º | 0.62% | 0.51% | - |
| HSV(B) | 331.54º | 0.75% | 0.81% | - |
| XYZ | 30.62 | 17.11 | 21.09 | - |
| YUV | 106.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 125 | 0 | 0.75 | 0.40 | 0.19 | 331.54 | 0.62 | 0.51 |
| Hex | CF | 33 | 7D | 0 | 4B | 28 | 13 | 14C | 3E | 33 |
| Octal | 317 | 63 | 175 | 0 | 113 | 50 | 23 | 514 | 76 | 63 |
| Binary | 11001111 | 110011 | 1111101 | 0 | 1001011 | 101000 | 10011 | 101001100 | 111110 | 110011 |
Color Harmonies of #CF337D
Complementary color
Monochromatic Colors of #CF337D
Black with #CF337D
Text Example
Text Example
White with #CF337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF337D; }
p { color: rgb(207,51,125); }
H1.HeaderClassName
{
color: #CF337D;
}
.AnyTagClassName
{
color: #CF337D;
}
</style>
background-color css
<style>
a { background-color: #CF337D; }
a { background-color: rgb(207,51,125); }
div.DivClassName
{
background-color: #CF337D;
}
.BgClassName
{
background-color: #CF337D;
}
</style>
border-color css
<style>
span { border-color: #CF337D; }
span { border-color: rgb(207,51,125); }
td.TdClassName
{
border-color: #CF337D;
}
.TagClassName
{
border-color: #CF337D;
}
</style>