Shades of Deep Cerise #CF35A8
Tints of Deep Cerise #CF35A8
RGB
CMYK
RGB Variations
Color information
#CF35A8 (or 0xCF35A8) is known color: Deep Cerise. HEX triplet: CF, 35 and A8. RGB value is (207,53,168). Sum of RGB (Red+Green+Blue) = 207+53+168=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF35A8 is #30CA57. Grayscale: #6F6F6F. Windows color (decimal): -3197528 or 11023823. OLE color: 11023823.
HSL color Cylindrical-coordinate representation of color #CF35A8: hue angle of 315.19º 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 #CF35A8 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 168 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.19 |
| HSL | 315.19º | 0.62% | 0.51% | - |
| HSV(B) | 315.19º | 0.74% | 0.81% | - |
| XYZ | 34.07 | 18.64 | 38.85 | - |
| YUV | 112.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 168 | 0 | 0.74 | 0.19 | 0.19 | 315.19 | 0.62 | 0.51 |
| Hex | CF | 35 | A8 | 0 | 4A | 13 | 13 | 13B | 3E | 33 |
| Octal | 317 | 65 | 250 | 0 | 112 | 23 | 23 | 473 | 76 | 63 |
| Binary | 11001111 | 110101 | 10101000 | 0 | 1001010 | 10011 | 10011 | 100111011 | 111110 | 110011 |
Color Harmonies of #CF35A8
Complementary color
Monochromatic Colors of #CF35A8
Black with #CF35A8
Text Example
Text Example
White with #CF35A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35A8; }
p { color: rgb(207,53,168); }
H1.HeaderClassName
{
color: #CF35A8;
}
.AnyTagClassName
{
color: #CF35A8;
}
</style>
background-color css
<style>
a { background-color: #CF35A8; }
a { background-color: rgb(207,53,168); }
div.DivClassName
{
background-color: #CF35A8;
}
.BgClassName
{
background-color: #CF35A8;
}
</style>
border-color css
<style>
span { border-color: #CF35A8; }
span { border-color: rgb(207,53,168); }
td.TdClassName
{
border-color: #CF35A8;
}
.TagClassName
{
border-color: #CF35A8;
}
</style>