Shades of Deep Cerise #CF34A3
Tints of Deep Cerise #CF34A3
RGB
CMYK
RGB Variations
Color information
#CF34A3 (or 0xCF34A3) is known color: Deep Cerise. HEX triplet: CF, 34 and A3. RGB value is (207,52,163). Sum of RGB (Red+Green+Blue) = 207+52+163=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF34A3 is #30CB5C. Grayscale: #6E6E6E. Windows color (decimal): -3197789 or 10695887. OLE color: 10695887.
HSL color Cylindrical-coordinate representation of color #CF34A3: hue angle of 317.03º 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 #CF34A3 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 163 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.19 |
| HSL | 317.03º | 0.62% | 0.51% | - |
| HSV(B) | 317.03º | 0.75% | 0.81% | - |
| XYZ | 33.57 | 18.37 | 36.43 | - |
| YUV | 111 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 163 | 0 | 0.75 | 0.21 | 0.19 | 317.03 | 0.62 | 0.51 |
| Hex | CF | 34 | A3 | 0 | 4B | 15 | 13 | 13D | 3E | 33 |
| Octal | 317 | 64 | 243 | 0 | 113 | 25 | 23 | 475 | 76 | 63 |
| Binary | 11001111 | 110100 | 10100011 | 0 | 1001011 | 10101 | 10011 | 100111101 | 111110 | 110011 |
Color Harmonies of #CF34A3
Complementary color
Monochromatic Colors of #CF34A3
Black with #CF34A3
Text Example
Text Example
White with #CF34A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34A3; }
p { color: rgb(207,52,163); }
H1.HeaderClassName
{
color: #CF34A3;
}
.AnyTagClassName
{
color: #CF34A3;
}
</style>
background-color css
<style>
a { background-color: #CF34A3; }
a { background-color: rgb(207,52,163); }
div.DivClassName
{
background-color: #CF34A3;
}
.BgClassName
{
background-color: #CF34A3;
}
</style>
border-color css
<style>
span { border-color: #CF34A3; }
span { border-color: rgb(207,52,163); }
td.TdClassName
{
border-color: #CF34A3;
}
.TagClassName
{
border-color: #CF34A3;
}
</style>