Shades of Cerise #CF3458
Tints of Cerise #CF3458
RGB
CMYK
RGB Variations
Color information
#CF3458 (or 0xCF3458) is known color: Cerise. HEX triplet: CF, 34 and 58. RGB value is (207,52,88). Sum of RGB (Red+Green+Blue) = 207+52+88=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3458 is #30CBA7. Grayscale: #666666. Windows color (decimal): -3197864 or 5780687. OLE color: 5780687.
HSL color Cylindrical-coordinate representation of color #CF3458: hue angle of 346.06º 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 #CF3458 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 88 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.19 |
| HSL | 346.06º | 0.62% | 0.51% | - |
| HSV(B) | 346.06º | 0.75% | 0.81% | - |
| XYZ | 28.72 | 16.43 | 10.89 | - |
| YUV | 102.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 88 | 0 | 0.75 | 0.57 | 0.19 | 346.06 | 0.62 | 0.51 |
| Hex | CF | 34 | 58 | 0 | 4B | 39 | 13 | 15A | 3E | 33 |
| Octal | 317 | 64 | 130 | 0 | 113 | 71 | 23 | 532 | 76 | 63 |
| Binary | 11001111 | 110100 | 1011000 | 0 | 1001011 | 111001 | 10011 | 101011010 | 111110 | 110011 |
Color Harmonies of #CF3458
Complementary color
Monochromatic Colors of #CF3458
Black with #CF3458
Text Example
Text Example
White with #CF3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3458; }
p { color: rgb(207,52,88); }
H1.HeaderClassName
{
color: #CF3458;
}
.AnyTagClassName
{
color: #CF3458;
}
</style>
background-color css
<style>
a { background-color: #CF3458; }
a { background-color: rgb(207,52,88); }
div.DivClassName
{
background-color: #CF3458;
}
.BgClassName
{
background-color: #CF3458;
}
</style>
border-color css
<style>
span { border-color: #CF3458; }
span { border-color: rgb(207,52,88); }
td.TdClassName
{
border-color: #CF3458;
}
.TagClassName
{
border-color: #CF3458;
}
</style>