Shades of Deep Cerise #CF3384
Tints of Deep Cerise #CF3384
RGB
CMYK
RGB Variations
Color information
#CF3384 (or 0xCF3384) is known color: Deep Cerise. HEX triplet: CF, 33 and 84. RGB value is (207,51,132). Sum of RGB (Red+Green+Blue) = 207+51+132=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3384 is #30CC7B. Grayscale: #6A6A6A. Windows color (decimal): -3198076 or 8664015. OLE color: 8664015.
HSL color Cylindrical-coordinate representation of color #CF3384: hue angle of 328.85º 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 #CF3384 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 132 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.19 |
| HSL | 328.85º | 0.62% | 0.51% | - |
| HSV(B) | 328.85º | 0.75% | 0.81% | - |
| XYZ | 31.08 | 17.3 | 23.53 | - |
| YUV | 106.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 132 | 0 | 0.75 | 0.36 | 0.19 | 328.85 | 0.62 | 0.51 |
| Hex | CF | 33 | 84 | 0 | 4B | 24 | 13 | 149 | 3E | 33 |
| Octal | 317 | 63 | 204 | 0 | 113 | 44 | 23 | 511 | 76 | 63 |
| Binary | 11001111 | 110011 | 10000100 | 0 | 1001011 | 100100 | 10011 | 101001001 | 111110 | 110011 |
Color Harmonies of #CF3384
Complementary color
Monochromatic Colors of #CF3384
Black with #CF3384
Text Example
Text Example
White with #CF3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3384; }
p { color: rgb(207,51,132); }
H1.HeaderClassName
{
color: #CF3384;
}
.AnyTagClassName
{
color: #CF3384;
}
</style>
background-color css
<style>
a { background-color: #CF3384; }
a { background-color: rgb(207,51,132); }
div.DivClassName
{
background-color: #CF3384;
}
.BgClassName
{
background-color: #CF3384;
}
</style>
border-color css
<style>
span { border-color: #CF3384; }
span { border-color: rgb(207,51,132); }
td.TdClassName
{
border-color: #CF3384;
}
.TagClassName
{
border-color: #CF3384;
}
</style>