Shades of Deep Cerise #CF35A0
Tints of Deep Cerise #CF35A0
RGB
CMYK
RGB Variations
Color information
#CF35A0 (or 0xCF35A0) is known color: Deep Cerise. HEX triplet: CF, 35 and A0. RGB value is (207,53,160). Sum of RGB (Red+Green+Blue) = 207+53+160=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF35A0 is #30CA5F. Grayscale: #6E6E6E. Windows color (decimal): -3197536 or 10499535. OLE color: 10499535.
HSL color Cylindrical-coordinate representation of color #CF35A0: hue angle of 318.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF35A0 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 160 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.19 |
| HSL | 318.31º | 0.62% | 0.51% | - |
| HSV(B) | 318.31º | 0.74% | 0.81% | - |
| XYZ | 33.35 | 18.35 | 35.04 | - |
| YUV | 111.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 160 | 0 | 0.74 | 0.23 | 0.19 | 318.31 | 0.62 | 0.51 |
| Hex | CF | 35 | A0 | 0 | 4A | 17 | 13 | 13E | 3E | 33 |
| Octal | 317 | 65 | 240 | 0 | 112 | 27 | 23 | 476 | 76 | 63 |
| Binary | 11001111 | 110101 | 10100000 | 0 | 1001010 | 10111 | 10011 | 100111110 | 111110 | 110011 |
Color Harmonies of #CF35A0
Complementary color
Monochromatic Colors of #CF35A0
Black with #CF35A0
Text Example
Text Example
White with #CF35A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35A0; }
p { color: rgb(207,53,160); }
H1.HeaderClassName
{
color: #CF35A0;
}
.AnyTagClassName
{
color: #CF35A0;
}
</style>
background-color css
<style>
a { background-color: #CF35A0; }
a { background-color: rgb(207,53,160); }
div.DivClassName
{
background-color: #CF35A0;
}
.BgClassName
{
background-color: #CF35A0;
}
</style>
border-color css
<style>
span { border-color: #CF35A0; }
span { border-color: rgb(207,53,160); }
td.TdClassName
{
border-color: #CF35A0;
}
.TagClassName
{
border-color: #CF35A0;
}
</style>