Shades of Cerise #CF305B
Tints of Cerise #CF305B
RGB
CMYK
RGB Variations
Color information
#CF305B (or 0xCF305B) is known color: Cerise. HEX triplet: CF, 30 and 5B. RGB value is (207,48,91). Sum of RGB (Red+Green+Blue) = 207+48+91=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF305B is #30CFA4. Grayscale: #646464. Windows color (decimal): -3198885 or 5976271. OLE color: 5976271.
HSL color Cylindrical-coordinate representation of color #CF305B: hue angle of 343.77º 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 #CF305B is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 91 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.19 |
| HSL | 343.77º | 0.62% | 0.5% | - |
| HSV(B) | 343.77º | 0.77% | 0.81% | - |
| XYZ | 28.68 | 16.13 | 11.5 | - |
| YUV | 100.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 91 | 0 | 0.77 | 0.56 | 0.19 | 343.77 | 0.62 | 0.5 |
| Hex | CF | 30 | 5B | 0 | 4D | 38 | 13 | 158 | 3E | 32 |
| Octal | 317 | 60 | 133 | 0 | 115 | 70 | 23 | 530 | 76 | 62 |
| Binary | 11001111 | 110000 | 1011011 | 0 | 1001101 | 111000 | 10011 | 101011000 | 111110 | 110010 |
Color Harmonies of #CF305B
Complementary color
Monochromatic Colors of #CF305B
Black with #CF305B
Text Example
Text Example
White with #CF305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF305B; }
p { color: rgb(207,48,91); }
H1.HeaderClassName
{
color: #CF305B;
}
.AnyTagClassName
{
color: #CF305B;
}
</style>
background-color css
<style>
a { background-color: #CF305B; }
a { background-color: rgb(207,48,91); }
div.DivClassName
{
background-color: #CF305B;
}
.BgClassName
{
background-color: #CF305B;
}
</style>
border-color css
<style>
span { border-color: #CF305B; }
span { border-color: rgb(207,48,91); }
td.TdClassName
{
border-color: #CF305B;
}
.TagClassName
{
border-color: #CF305B;
}
</style>