Shades of Cerise #CF3A61
Tints of Cerise #CF3A61
RGB
CMYK
RGB Variations
Color information
#CF3A61 (or 0xCF3A61) is known color: Cerise. HEX triplet: CF, 3A and 61. RGB value is (207,58,97). Sum of RGB (Red+Green+Blue) = 207+58+97=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A61 is #30C59E. Grayscale: #6A6A6A. Windows color (decimal): -3196319 or 6372047. OLE color: 6372047.
HSL color Cylindrical-coordinate representation of color #CF3A61: hue angle of 344.3º 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 #CF3A61 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 97 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.19 |
| HSL | 344.3º | 0.61% | 0.52% | - |
| HSV(B) | 344.3º | 0.72% | 0.81% | - |
| XYZ | 29.4 | 17.15 | 13.07 | - |
| YUV | 107 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 97 | 0 | 0.72 | 0.53 | 0.19 | 344.3 | 0.61 | 0.52 |
| Hex | CF | 3A | 61 | 0 | 48 | 35 | 13 | 158 | 3D | 34 |
| Octal | 317 | 72 | 141 | 0 | 110 | 65 | 23 | 530 | 75 | 64 |
| Binary | 11001111 | 111010 | 1100001 | 0 | 1001000 | 110101 | 10011 | 101011000 | 111101 | 110100 |
Color Harmonies of #CF3A61
Complementary color
Monochromatic Colors of #CF3A61
Black with #CF3A61
Text Example
Text Example
White with #CF3A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A61; }
p { color: rgb(207,58,97); }
H1.HeaderClassName
{
color: #CF3A61;
}
.AnyTagClassName
{
color: #CF3A61;
}
</style>
background-color css
<style>
a { background-color: #CF3A61; }
a { background-color: rgb(207,58,97); }
div.DivClassName
{
background-color: #CF3A61;
}
.BgClassName
{
background-color: #CF3A61;
}
</style>
border-color css
<style>
span { border-color: #CF3A61; }
span { border-color: rgb(207,58,97); }
td.TdClassName
{
border-color: #CF3A61;
}
.TagClassName
{
border-color: #CF3A61;
}
</style>