Shades of Deep Cerise #CF3485
Tints of Deep Cerise #CF3485
RGB
CMYK
RGB Variations
Color information
#CF3485 (or 0xCF3485) is known color: Deep Cerise. HEX triplet: CF, 34 and 85. RGB value is (207,52,133). Sum of RGB (Red+Green+Blue) = 207+52+133=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3485 is #30CB7A. Grayscale: #6B6B6B. Windows color (decimal): -3197819 or 8729807. OLE color: 8729807.
HSL color Cylindrical-coordinate representation of color #CF3485: hue angle of 328.65º 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 #CF3485 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 133 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.19 |
| HSL | 328.65º | 0.62% | 0.51% | - |
| HSV(B) | 328.65º | 0.75% | 0.81% | - |
| XYZ | 31.19 | 17.41 | 23.91 | - |
| YUV | 107.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 133 | 0 | 0.75 | 0.36 | 0.19 | 328.65 | 0.62 | 0.51 |
| Hex | CF | 34 | 85 | 0 | 4B | 24 | 13 | 149 | 3E | 33 |
| Octal | 317 | 64 | 205 | 0 | 113 | 44 | 23 | 511 | 76 | 63 |
| Binary | 11001111 | 110100 | 10000101 | 0 | 1001011 | 100100 | 10011 | 101001001 | 111110 | 110011 |
Color Harmonies of #CF3485
Complementary color
Monochromatic Colors of #CF3485
Black with #CF3485
Text Example
Text Example
White with #CF3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3485; }
p { color: rgb(207,52,133); }
H1.HeaderClassName
{
color: #CF3485;
}
.AnyTagClassName
{
color: #CF3485;
}
</style>
background-color css
<style>
a { background-color: #CF3485; }
a { background-color: rgb(207,52,133); }
div.DivClassName
{
background-color: #CF3485;
}
.BgClassName
{
background-color: #CF3485;
}
</style>
border-color css
<style>
span { border-color: #CF3485; }
span { border-color: rgb(207,52,133); }
td.TdClassName
{
border-color: #CF3485;
}
.TagClassName
{
border-color: #CF3485;
}
</style>