Shades of Cerise #CF3A5B
Tints of Cerise #CF3A5B
RGB
CMYK
RGB Variations
Color information
#CF3A5B (or 0xCF3A5B) is known color: Cerise. HEX triplet: CF, 3A and 5B. RGB value is (207,58,91). Sum of RGB (Red+Green+Blue) = 207+58+91=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A5B is #30C5A4. Grayscale: #6A6A6A. Windows color (decimal): -3196325 or 5978831. OLE color: 5978831.
HSL color Cylindrical-coordinate representation of color #CF3A5B: hue angle of 346.71º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A5B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 91 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.19 |
| HSL | 346.71º | 0.61% | 0.52% | - |
| HSV(B) | 346.71º | 0.72% | 0.81% | - |
| XYZ | 29.13 | 17.05 | 11.65 | - |
| YUV | 106.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 91 | 0 | 0.72 | 0.56 | 0.19 | 346.71 | 0.61 | 0.52 |
| Hex | CF | 3A | 5B | 0 | 48 | 38 | 13 | 15B | 3D | 34 |
| Octal | 317 | 72 | 133 | 0 | 110 | 70 | 23 | 533 | 75 | 64 |
| Binary | 11001111 | 111010 | 1011011 | 0 | 1001000 | 111000 | 10011 | 101011011 | 111101 | 110100 |
Color Harmonies of #CF3A5B
Complementary color
Monochromatic Colors of #CF3A5B
Black with #CF3A5B
Text Example
Text Example
White with #CF3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A5B; }
p { color: rgb(207,58,91); }
H1.HeaderClassName
{
color: #CF3A5B;
}
.AnyTagClassName
{
color: #CF3A5B;
}
</style>
background-color css
<style>
a { background-color: #CF3A5B; }
a { background-color: rgb(207,58,91); }
div.DivClassName
{
background-color: #CF3A5B;
}
.BgClassName
{
background-color: #CF3A5B;
}
</style>
border-color css
<style>
span { border-color: #CF3A5B; }
span { border-color: rgb(207,58,91); }
td.TdClassName
{
border-color: #CF3A5B;
}
.TagClassName
{
border-color: #CF3A5B;
}
</style>