Shades of Deep Cerise #CF3488
Tints of Deep Cerise #CF3488
RGB
CMYK
RGB Variations
Color information
#CF3488 (or 0xCF3488) is known color: Deep Cerise. HEX triplet: CF, 34 and 88. RGB value is (207,52,136). Sum of RGB (Red+Green+Blue) = 207+52+136=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3488 is #30CB77. Grayscale: #6B6B6B. Windows color (decimal): -3197816 or 8926415. OLE color: 8926415.
HSL color Cylindrical-coordinate representation of color #CF3488: hue angle of 327.48º 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 #CF3488 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 136 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.19 |
| HSL | 327.48º | 0.62% | 0.51% | - |
| HSV(B) | 327.48º | 0.75% | 0.81% | - |
| XYZ | 31.4 | 17.5 | 25.02 | - |
| YUV | 107.92 | 143.85 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 136 | 0 | 0.75 | 0.34 | 0.19 | 327.48 | 0.62 | 0.51 |
| Hex | CF | 34 | 88 | 0 | 4B | 22 | 13 | 147 | 3E | 33 |
| Octal | 317 | 64 | 210 | 0 | 113 | 42 | 23 | 507 | 76 | 63 |
| Binary | 11001111 | 110100 | 10001000 | 0 | 1001011 | 100010 | 10011 | 101000111 | 111110 | 110011 |
Color Harmonies of #CF3488
Complementary color
Monochromatic Colors of #CF3488
Black with #CF3488
Text Example
Text Example
White with #CF3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3488; }
p { color: rgb(207,52,136); }
H1.HeaderClassName
{
color: #CF3488;
}
.AnyTagClassName
{
color: #CF3488;
}
</style>
background-color css
<style>
a { background-color: #CF3488; }
a { background-color: rgb(207,52,136); }
div.DivClassName
{
background-color: #CF3488;
}
.BgClassName
{
background-color: #CF3488;
}
</style>
border-color css
<style>
span { border-color: #CF3488; }
span { border-color: rgb(207,52,136); }
td.TdClassName
{
border-color: #CF3488;
}
.TagClassName
{
border-color: #CF3488;
}
</style>