Shades of Cerise #CF3058
Tints of Cerise #CF3058
RGB
CMYK
RGB Variations
Color information
#CF3058 (or 0xCF3058) is known color: Cerise. HEX triplet: CF, 30 and 58. RGB value is (207,48,88). Sum of RGB (Red+Green+Blue) = 207+48+88=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3058 is #30CFA7. Grayscale: #646464. Windows color (decimal): -3198888 or 5779663. OLE color: 5779663.
HSL color Cylindrical-coordinate representation of color #CF3058: hue angle of 344.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3058 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 88 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.19 |
| HSL | 344.91º | 0.62% | 0.5% | - |
| HSV(B) | 344.91º | 0.77% | 0.81% | - |
| XYZ | 28.55 | 16.08 | 10.83 | - |
| YUV | 100.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 88 | 0 | 0.77 | 0.57 | 0.19 | 344.91 | 0.62 | 0.5 |
| Hex | CF | 30 | 58 | 0 | 4D | 39 | 13 | 159 | 3E | 32 |
| Octal | 317 | 60 | 130 | 0 | 115 | 71 | 23 | 531 | 76 | 62 |
| Binary | 11001111 | 110000 | 1011000 | 0 | 1001101 | 111001 | 10011 | 101011001 | 111110 | 110010 |
Color Harmonies of #CF3058
Complementary color
Monochromatic Colors of #CF3058
Black with #CF3058
Text Example
Text Example
White with #CF3058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3058; }
p { color: rgb(207,48,88); }
H1.HeaderClassName
{
color: #CF3058;
}
.AnyTagClassName
{
color: #CF3058;
}
</style>
background-color css
<style>
a { background-color: #CF3058; }
a { background-color: rgb(207,48,88); }
div.DivClassName
{
background-color: #CF3058;
}
.BgClassName
{
background-color: #CF3058;
}
</style>
border-color css
<style>
span { border-color: #CF3058; }
span { border-color: rgb(207,48,88); }
td.TdClassName
{
border-color: #CF3058;
}
.TagClassName
{
border-color: #CF3058;
}
</style>