Shades of Deep Cerise #CF378A
Tints of Deep Cerise #CF378A
RGB
CMYK
RGB Variations
Color information
#CF378A (or 0xCF378A) is known color: Deep Cerise. HEX triplet: CF, 37 and 8A. RGB value is (207,55,138). Sum of RGB (Red+Green+Blue) = 207+55+138=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF378A is #30C875. Grayscale: #6D6D6D. Windows color (decimal): -3197046 or 9058255. OLE color: 9058255.
HSL color Cylindrical-coordinate representation of color #CF378A: hue angle of 327.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF378A is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 138 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.19 |
| HSL | 327.24º | 0.61% | 0.51% | - |
| HSV(B) | 327.24º | 0.73% | 0.81% | - |
| XYZ | 31.69 | 17.83 | 25.82 | - |
| YUV | 109.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 138 | 0 | 0.73 | 0.33 | 0.19 | 327.24 | 0.61 | 0.51 |
| Hex | CF | 37 | 8A | 0 | 49 | 21 | 13 | 147 | 3D | 33 |
| Octal | 317 | 67 | 212 | 0 | 111 | 41 | 23 | 507 | 75 | 63 |
| Binary | 11001111 | 110111 | 10001010 | 0 | 1001001 | 100001 | 10011 | 101000111 | 111101 | 110011 |
Color Harmonies of #CF378A
Complementary color
Monochromatic Colors of #CF378A
Black with #CF378A
Text Example
Text Example
White with #CF378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF378A; }
p { color: rgb(207,55,138); }
H1.HeaderClassName
{
color: #CF378A;
}
.AnyTagClassName
{
color: #CF378A;
}
</style>
background-color css
<style>
a { background-color: #CF378A; }
a { background-color: rgb(207,55,138); }
div.DivClassName
{
background-color: #CF378A;
}
.BgClassName
{
background-color: #CF378A;
}
</style>
border-color css
<style>
span { border-color: #CF378A; }
span { border-color: rgb(207,55,138); }
td.TdClassName
{
border-color: #CF378A;
}
.TagClassName
{
border-color: #CF378A;
}
</style>