Shades of Cerise #CF3070
Tints of Cerise #CF3070
RGB
CMYK
RGB Variations
Color information
#CF3070 (or 0xCF3070) is known color: Cerise. HEX triplet: CF, 30 and 70. RGB value is (207,48,112). Sum of RGB (Red+Green+Blue) = 207+48+112=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3070 is #30CF8F. Grayscale: #666666. Windows color (decimal): -3198864 or 7352527. OLE color: 7352527.
HSL color Cylindrical-coordinate representation of color #CF3070: hue angle of 335.85º 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 #CF3070 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 112 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.19 |
| HSL | 335.85º | 0.62% | 0.5% | - |
| HSV(B) | 335.85º | 0.77% | 0.81% | - |
| XYZ | 29.71 | 16.55 | 16.96 | - |
| YUV | 102.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 112 | 0 | 0.77 | 0.46 | 0.19 | 335.85 | 0.62 | 0.5 |
| Hex | CF | 30 | 70 | 0 | 4D | 2E | 13 | 150 | 3E | 32 |
| Octal | 317 | 60 | 160 | 0 | 115 | 56 | 23 | 520 | 76 | 62 |
| Binary | 11001111 | 110000 | 1110000 | 0 | 1001101 | 101110 | 10011 | 101010000 | 111110 | 110010 |
Color Harmonies of #CF3070
Complementary color
Monochromatic Colors of #CF3070
Black with #CF3070
Text Example
Text Example
White with #CF3070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3070; }
p { color: rgb(207,48,112); }
H1.HeaderClassName
{
color: #CF3070;
}
.AnyTagClassName
{
color: #CF3070;
}
</style>
background-color css
<style>
a { background-color: #CF3070; }
a { background-color: rgb(207,48,112); }
div.DivClassName
{
background-color: #CF3070;
}
.BgClassName
{
background-color: #CF3070;
}
</style>
border-color css
<style>
span { border-color: #CF3070; }
span { border-color: rgb(207,48,112); }
td.TdClassName
{
border-color: #CF3070;
}
.TagClassName
{
border-color: #CF3070;
}
</style>