Shades of Deep Cerise #CF327A
Tints of Deep Cerise #CF327A
RGB
CMYK
RGB Variations
Color information
#CF327A (or 0xCF327A) is known color: Deep Cerise. HEX triplet: CF, 32 and 7A. RGB value is (207,50,122). Sum of RGB (Red+Green+Blue) = 207+50+122=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF327A is #30CD85. Grayscale: #696969. Windows color (decimal): -3198342 or 8008399. OLE color: 8008399.
HSL color Cylindrical-coordinate representation of color #CF327A: hue angle of 332.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF327A is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 50 | 122 | - |
CMYK | 0 | 0.76 | 0.41 | 0.19 |
HSL | 332.48º | 0.62% | 0.5% | - |
HSV(B) | 332.48º | 0.76% | 0.81% | - |
XYZ | 30.39 | 16.95 | 20.08 | - |
YUV | 105.15 | 137.51 | 200.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 50 | 122 | 0 | 0.76 | 0.41 | 0.19 | 332.48 | 0.62 | 0.5 |
Hex | CF | 32 | 7A | 0 | 4C | 29 | 13 | 14C | 3E | 32 |
Octal | 317 | 62 | 172 | 0 | 114 | 51 | 23 | 514 | 76 | 62 |
Binary | 11001111 | 110010 | 1111010 | 0 | 1001100 | 101001 | 10011 | 101001100 | 111110 | 110010 |
Color Harmonies of #CF327A
Complementary color
Monochromatic Colors of #CF327A
Black with #CF327A
Text Example
Text Example
White with #CF327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF327A; }
p { color: rgb(207,50,122); }
H1.HeaderClassName
{
color: #CF327A;
}
.AnyTagClassName
{
color: #CF327A;
}
</style>
background-color css
<style>
a { background-color: #CF327A; }
a { background-color: rgb(207,50,122); }
div.DivClassName
{
background-color: #CF327A;
}
.BgClassName
{
background-color: #CF327A;
}
</style>
border-color css
<style>
span { border-color: #CF327A; }
span { border-color: rgb(207,50,122); }
td.TdClassName
{
border-color: #CF327A;
}
.TagClassName
{
border-color: #CF327A;
}
</style>