Shades of Cerise #CF335C
Tints of Cerise #CF335C
RGB
CMYK
RGB Variations
Color information
#CF335C (or 0xCF335C) is known color: Cerise. HEX triplet: CF, 33 and 5C. RGB value is (207,51,92). Sum of RGB (Red+Green+Blue) = 207+51+92=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF335C is #30CCA3. Grayscale: #666666. Windows color (decimal): -3198116 or 6042575. OLE color: 6042575.
HSL color Cylindrical-coordinate representation of color #CF335C: hue angle of 344.23º 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 #CF335C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 92 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.19 |
| HSL | 344.23º | 0.62% | 0.51% | - |
| HSV(B) | 344.23º | 0.75% | 0.81% | - |
| XYZ | 28.85 | 16.41 | 11.77 | - |
| YUV | 102.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 92 | 0 | 0.75 | 0.56 | 0.19 | 344.23 | 0.62 | 0.51 |
| Hex | CF | 33 | 5C | 0 | 4B | 38 | 13 | 158 | 3E | 33 |
| Octal | 317 | 63 | 134 | 0 | 113 | 70 | 23 | 530 | 76 | 63 |
| Binary | 11001111 | 110011 | 1011100 | 0 | 1001011 | 111000 | 10011 | 101011000 | 111110 | 110011 |
Color Harmonies of #CF335C
Complementary color
Monochromatic Colors of #CF335C
Black with #CF335C
Text Example
Text Example
White with #CF335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF335C; }
p { color: rgb(207,51,92); }
H1.HeaderClassName
{
color: #CF335C;
}
.AnyTagClassName
{
color: #CF335C;
}
</style>
background-color css
<style>
a { background-color: #CF335C; }
a { background-color: rgb(207,51,92); }
div.DivClassName
{
background-color: #CF335C;
}
.BgClassName
{
background-color: #CF335C;
}
</style>
border-color css
<style>
span { border-color: #CF335C; }
span { border-color: rgb(207,51,92); }
td.TdClassName
{
border-color: #CF335C;
}
.TagClassName
{
border-color: #CF335C;
}
</style>