Shades of Cerise #CF346A
Tints of Cerise #CF346A
RGB
CMYK
RGB Variations
Color information
#CF346A (or 0xCF346A) is known color: Cerise. HEX triplet: CF, 34 and 6A. RGB value is (207,52,106). Sum of RGB (Red+Green+Blue) = 207+52+106=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346A is #30CB95. Grayscale: #686868. Windows color (decimal): -3197846 or 6960335. OLE color: 6960335.
HSL color Cylindrical-coordinate representation of color #CF346A: hue angle of 339.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF346A is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 106 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.19 |
| HSL | 339.1º | 0.62% | 0.51% | - |
| HSV(B) | 339.1º | 0.75% | 0.81% | - |
| XYZ | 29.56 | 16.76 | 15.31 | - |
| YUV | 104.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 106 | 0 | 0.75 | 0.49 | 0.19 | 339.1 | 0.62 | 0.51 |
| Hex | CF | 34 | 6A | 0 | 4B | 31 | 13 | 153 | 3E | 33 |
| Octal | 317 | 64 | 152 | 0 | 113 | 61 | 23 | 523 | 76 | 63 |
| Binary | 11001111 | 110100 | 1101010 | 0 | 1001011 | 110001 | 10011 | 101010011 | 111110 | 110011 |
Color Harmonies of #CF346A
Complementary color
Monochromatic Colors of #CF346A
Black with #CF346A
Text Example
Text Example
White with #CF346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF346A; }
p { color: rgb(207,52,106); }
H1.HeaderClassName
{
color: #CF346A;
}
.AnyTagClassName
{
color: #CF346A;
}
</style>
background-color css
<style>
a { background-color: #CF346A; }
a { background-color: rgb(207,52,106); }
div.DivClassName
{
background-color: #CF346A;
}
.BgClassName
{
background-color: #CF346A;
}
</style>
border-color css
<style>
span { border-color: #CF346A; }
span { border-color: rgb(207,52,106); }
td.TdClassName
{
border-color: #CF346A;
}
.TagClassName
{
border-color: #CF346A;
}
</style>