Shades of Cerise #CF326A
Tints of Cerise #CF326A
RGB
CMYK
RGB Variations
Color information
#CF326A (or 0xCF326A) is known color: Cerise. HEX triplet: CF, 32 and 6A. RGB value is (207,50,106). Sum of RGB (Red+Green+Blue) = 207+50+106=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF326A is #30CD95. Grayscale: #676767. Windows color (decimal): -3198358 or 6959823. OLE color: 6959823.
HSL color Cylindrical-coordinate representation of color #CF326A: hue angle of 338.6º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF326A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 106 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.19 |
| HSL | 338.6º | 0.62% | 0.5% | - |
| HSV(B) | 338.6º | 0.76% | 0.81% | - |
| XYZ | 29.47 | 16.59 | 15.28 | - |
| YUV | 103.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 106 | 0 | 0.76 | 0.49 | 0.19 | 338.6 | 0.62 | 0.5 |
| Hex | CF | 32 | 6A | 0 | 4C | 31 | 13 | 153 | 3E | 32 |
| Octal | 317 | 62 | 152 | 0 | 114 | 61 | 23 | 523 | 76 | 62 |
| Binary | 11001111 | 110010 | 1101010 | 0 | 1001100 | 110001 | 10011 | 101010011 | 111110 | 110010 |
Color Harmonies of #CF326A
Complementary color
Monochromatic Colors of #CF326A
Black with #CF326A
Text Example
Text Example
White with #CF326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF326A; }
p { color: rgb(207,50,106); }
H1.HeaderClassName
{
color: #CF326A;
}
.AnyTagClassName
{
color: #CF326A;
}
</style>
background-color css
<style>
a { background-color: #CF326A; }
a { background-color: rgb(207,50,106); }
div.DivClassName
{
background-color: #CF326A;
}
.BgClassName
{
background-color: #CF326A;
}
</style>
border-color css
<style>
span { border-color: #CF326A; }
span { border-color: rgb(207,50,106); }
td.TdClassName
{
border-color: #CF326A;
}
.TagClassName
{
border-color: #CF326A;
}
</style>