Shades of Cerise #CF306C
Tints of Cerise #CF306C
RGB
CMYK
RGB Variations
Color information
#CF306C (or 0xCF306C) is known color: Cerise. HEX triplet: CF, 30 and 6C. RGB value is (207,48,108). Sum of RGB (Red+Green+Blue) = 207+48+108=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF306C is #30CF93. Grayscale: #666666. Windows color (decimal): -3198868 or 7090383. OLE color: 7090383.
HSL color Cylindrical-coordinate representation of color #CF306C: hue angle of 337.36º 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 #CF306C is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 108 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.19 |
| HSL | 337.36º | 0.62% | 0.5% | - |
| HSV(B) | 337.36º | 0.77% | 0.81% | - |
| XYZ | 29.5 | 16.46 | 15.81 | - |
| YUV | 102.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 108 | 0 | 0.77 | 0.48 | 0.19 | 337.36 | 0.62 | 0.5 |
| Hex | CF | 30 | 6C | 0 | 4D | 30 | 13 | 151 | 3E | 32 |
| Octal | 317 | 60 | 154 | 0 | 115 | 60 | 23 | 521 | 76 | 62 |
| Binary | 11001111 | 110000 | 1101100 | 0 | 1001101 | 110000 | 10011 | 101010001 | 111110 | 110010 |
Color Harmonies of #CF306C
Complementary color
Monochromatic Colors of #CF306C
Black with #CF306C
Text Example
Text Example
White with #CF306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF306C; }
p { color: rgb(207,48,108); }
H1.HeaderClassName
{
color: #CF306C;
}
.AnyTagClassName
{
color: #CF306C;
}
</style>
background-color css
<style>
a { background-color: #CF306C; }
a { background-color: rgb(207,48,108); }
div.DivClassName
{
background-color: #CF306C;
}
.BgClassName
{
background-color: #CF306C;
}
</style>
border-color css
<style>
span { border-color: #CF306C; }
span { border-color: rgb(207,48,108); }
td.TdClassName
{
border-color: #CF306C;
}
.TagClassName
{
border-color: #CF306C;
}
</style>