Shades of Deep Cerise #CF34AB
Tints of Deep Cerise #CF34AB
RGB
CMYK
RGB Variations
Color information
#CF34AB (or 0xCF34AB) is known color: Deep Cerise. HEX triplet: CF, 34 and AB. RGB value is (207,52,171). Sum of RGB (Red+Green+Blue) = 207+52+171=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF34AB is #30CB54. Grayscale: #6F6F6F. Windows color (decimal): -3197781 or 11220175. OLE color: 11220175.
HSL color Cylindrical-coordinate representation of color #CF34AB: hue angle of 313.94º 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 #CF34AB is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 171 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.19 |
| HSL | 313.94º | 0.62% | 0.51% | - |
| HSV(B) | 313.94º | 0.75% | 0.81% | - |
| XYZ | 34.31 | 18.66 | 40.32 | - |
| YUV | 111.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 171 | 0 | 0.75 | 0.17 | 0.19 | 313.94 | 0.62 | 0.51 |
| Hex | CF | 34 | AB | 0 | 4B | 11 | 13 | 13A | 3E | 33 |
| Octal | 317 | 64 | 253 | 0 | 113 | 21 | 23 | 472 | 76 | 63 |
| Binary | 11001111 | 110100 | 10101011 | 0 | 1001011 | 10001 | 10011 | 100111010 | 111110 | 110011 |
Color Harmonies of #CF34AB
Complementary color
Monochromatic Colors of #CF34AB
Black with #CF34AB
Text Example
Text Example
White with #CF34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34AB; }
p { color: rgb(207,52,171); }
H1.HeaderClassName
{
color: #CF34AB;
}
.AnyTagClassName
{
color: #CF34AB;
}
</style>
background-color css
<style>
a { background-color: #CF34AB; }
a { background-color: rgb(207,52,171); }
div.DivClassName
{
background-color: #CF34AB;
}
.BgClassName
{
background-color: #CF34AB;
}
</style>
border-color css
<style>
span { border-color: #CF34AB; }
span { border-color: rgb(207,52,171); }
td.TdClassName
{
border-color: #CF34AB;
}
.TagClassName
{
border-color: #CF34AB;
}
</style>