Shades of Cerise #CF285A
Tints of Cerise #CF285A
RGB
CMYK
RGB Variations
Color information
#CF285A (or 0xCF285A) is known color: Cerise. HEX triplet: CF, 28 and 5A. RGB value is (207,40,90). Sum of RGB (Red+Green+Blue) = 207+40+90=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF285A is #30D7A5. Grayscale: #5F5F5F. Windows color (decimal): -3200934 or 5908687. OLE color: 5908687.
HSL color Cylindrical-coordinate representation of color #CF285A: hue angle of 342.04º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF285A is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 90 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.19 |
| HSL | 342.04º | 0.68% | 0.48% | - |
| HSV(B) | 342.04º | 0.81% | 0.81% | - |
| XYZ | 28.34 | 15.52 | 11.18 | - |
| YUV | 95.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 90 | 0 | 0.81 | 0.57 | 0.19 | 342.04 | 0.68 | 0.48 |
| Hex | CF | 28 | 5A | 0 | 51 | 39 | 13 | 156 | 44 | 30 |
| Octal | 317 | 50 | 132 | 0 | 121 | 71 | 23 | 526 | 104 | 60 |
| Binary | 11001111 | 101000 | 1011010 | 0 | 1010001 | 111001 | 10011 | 101010110 | 1000100 | 110000 |
Color Harmonies of #CF285A
Complementary color
Monochromatic Colors of #CF285A
Black with #CF285A
Text Example
Text Example
White with #CF285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF285A; }
p { color: rgb(207,40,90); }
H1.HeaderClassName
{
color: #CF285A;
}
.AnyTagClassName
{
color: #CF285A;
}
</style>
background-color css
<style>
a { background-color: #CF285A; }
a { background-color: rgb(207,40,90); }
div.DivClassName
{
background-color: #CF285A;
}
.BgClassName
{
background-color: #CF285A;
}
</style>
border-color css
<style>
span { border-color: #CF285A; }
span { border-color: rgb(207,40,90); }
td.TdClassName
{
border-color: #CF285A;
}
.TagClassName
{
border-color: #CF285A;
}
</style>