Shades of Deep Cerise #CF338C
Tints of Deep Cerise #CF338C
RGB
CMYK
RGB Variations
Color information
#CF338C (or 0xCF338C) is known color: Deep Cerise. HEX triplet: CF, 33 and 8C. RGB value is (207,51,140). Sum of RGB (Red+Green+Blue) = 207+51+140=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF338C is #30CC73. Grayscale: #6B6B6B. Windows color (decimal): -3198068 or 9188303. OLE color: 9188303.
HSL color Cylindrical-coordinate representation of color #CF338C: hue angle of 325.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 #CF338C is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 140 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.19 |
| HSL | 325.77º | 0.62% | 0.51% | - |
| HSV(B) | 325.77º | 0.75% | 0.81% | - |
| XYZ | 31.65 | 17.53 | 26.53 | - |
| YUV | 107.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 140 | 0 | 0.75 | 0.32 | 0.19 | 325.77 | 0.62 | 0.51 |
| Hex | CF | 33 | 8C | 0 | 4B | 20 | 13 | 146 | 3E | 33 |
| Octal | 317 | 63 | 214 | 0 | 113 | 40 | 23 | 506 | 76 | 63 |
| Binary | 11001111 | 110011 | 10001100 | 0 | 1001011 | 100000 | 10011 | 101000110 | 111110 | 110011 |
Color Harmonies of #CF338C
Complementary color
Monochromatic Colors of #CF338C
Black with #CF338C
Text Example
Text Example
White with #CF338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF338C; }
p { color: rgb(207,51,140); }
H1.HeaderClassName
{
color: #CF338C;
}
.AnyTagClassName
{
color: #CF338C;
}
</style>
background-color css
<style>
a { background-color: #CF338C; }
a { background-color: rgb(207,51,140); }
div.DivClassName
{
background-color: #CF338C;
}
.BgClassName
{
background-color: #CF338C;
}
</style>
border-color css
<style>
span { border-color: #CF338C; }
span { border-color: rgb(207,51,140); }
td.TdClassName
{
border-color: #CF338C;
}
.TagClassName
{
border-color: #CF338C;
}
</style>