Shades of Deep Cerise #CF35AB
Tints of Deep Cerise #CF35AB
RGB
CMYK
RGB Variations
Color information
#CF35AB (or 0xCF35AB) is known color: Deep Cerise. HEX triplet: CF, 35 and AB. RGB value is (207,53,171). Sum of RGB (Red+Green+Blue) = 207+53+171=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF35AB is #30CA54. Grayscale: #707070. Windows color (decimal): -3197525 or 11220431. OLE color: 11220431.
HSL color Cylindrical-coordinate representation of color #CF35AB: hue angle of 314.03º 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 #CF35AB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 171 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.19 |
| HSL | 314.03º | 0.62% | 0.51% | - |
| HSV(B) | 314.03º | 0.74% | 0.81% | - |
| XYZ | 34.36 | 18.75 | 40.34 | - |
| YUV | 112.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 171 | 0 | 0.74 | 0.17 | 0.19 | 314.03 | 0.62 | 0.51 |
| Hex | CF | 35 | AB | 0 | 4A | 11 | 13 | 13A | 3E | 33 |
| Octal | 317 | 65 | 253 | 0 | 112 | 21 | 23 | 472 | 76 | 63 |
| Binary | 11001111 | 110101 | 10101011 | 0 | 1001010 | 10001 | 10011 | 100111010 | 111110 | 110011 |
Color Harmonies of #CF35AB
Complementary color
Monochromatic Colors of #CF35AB
Black with #CF35AB
Text Example
Text Example
White with #CF35AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35AB; }
p { color: rgb(207,53,171); }
H1.HeaderClassName
{
color: #CF35AB;
}
.AnyTagClassName
{
color: #CF35AB;
}
</style>
background-color css
<style>
a { background-color: #CF35AB; }
a { background-color: rgb(207,53,171); }
div.DivClassName
{
background-color: #CF35AB;
}
.BgClassName
{
background-color: #CF35AB;
}
</style>
border-color css
<style>
span { border-color: #CF35AB; }
span { border-color: rgb(207,53,171); }
td.TdClassName
{
border-color: #CF35AB;
}
.TagClassName
{
border-color: #CF35AB;
}
</style>