Shades of Cerise #CF305A
Tints of Cerise #CF305A
RGB
CMYK
RGB Variations
Color information
#CF305A (or 0xCF305A) is known color: Cerise. HEX triplet: CF, 30 and 5A. RGB value is (207,48,90). Sum of RGB (Red+Green+Blue) = 207+48+90=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF305A is #30CFA5. Grayscale: #646464. Windows color (decimal): -3198886 or 5910735. OLE color: 5910735.
HSL color Cylindrical-coordinate representation of color #CF305A: hue angle of 344.15º 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 #CF305A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 90 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.19 |
| HSL | 344.15º | 0.62% | 0.5% | - |
| HSV(B) | 344.15º | 0.77% | 0.81% | - |
| XYZ | 28.63 | 16.12 | 11.27 | - |
| YUV | 100.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 90 | 0 | 0.77 | 0.57 | 0.19 | 344.15 | 0.62 | 0.5 |
| Hex | CF | 30 | 5A | 0 | 4D | 39 | 13 | 158 | 3E | 32 |
| Octal | 317 | 60 | 132 | 0 | 115 | 71 | 23 | 530 | 76 | 62 |
| Binary | 11001111 | 110000 | 1011010 | 0 | 1001101 | 111001 | 10011 | 101011000 | 111110 | 110010 |
Color Harmonies of #CF305A
Complementary color
Monochromatic Colors of #CF305A
Black with #CF305A
Text Example
Text Example
White with #CF305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF305A; }
p { color: rgb(207,48,90); }
H1.HeaderClassName
{
color: #CF305A;
}
.AnyTagClassName
{
color: #CF305A;
}
</style>
background-color css
<style>
a { background-color: #CF305A; }
a { background-color: rgb(207,48,90); }
div.DivClassName
{
background-color: #CF305A;
}
.BgClassName
{
background-color: #CF305A;
}
</style>
border-color css
<style>
span { border-color: #CF305A; }
span { border-color: rgb(207,48,90); }
td.TdClassName
{
border-color: #CF305A;
}
.TagClassName
{
border-color: #CF305A;
}
</style>