Shades of Deep Cerise #C93D79
Tints of Deep Cerise #C93D79
RGB
CMYK
RGB Variations
Color information
#C93D79 (or 0xC93D79) is known color: Deep Cerise. HEX triplet: C9, 3D and 79. RGB value is (201,61,121). Sum of RGB (Red+Green+Blue) = 201+61+121=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D79 is #36C286. Grayscale: #6D6D6D. Windows color (decimal): -3588743 or 7945673. OLE color: 7945673.
HSL color Cylindrical-coordinate representation of color #C93D79: hue angle of 334.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D79 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 121 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.21 |
| HSL | 334.29º | 0.56% | 0.51% | - |
| HSV(B) | 334.29º | 0.7% | 0.79% | - |
| XYZ | 29.21 | 17.14 | 19.86 | - |
| YUV | 109.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 121 | 0 | 0.70 | 0.40 | 0.21 | 334.29 | 0.56 | 0.51 |
| Hex | C9 | 3D | 79 | 0 | 46 | 28 | 15 | 14E | 38 | 33 |
| Octal | 311 | 75 | 171 | 0 | 106 | 50 | 25 | 516 | 70 | 63 |
| Binary | 11001001 | 111101 | 1111001 | 0 | 1000110 | 101000 | 10101 | 101001110 | 111000 | 110011 |
Color Harmonies of #C93D79
Complementary color
Monochromatic Colors of #C93D79
Black with #C93D79
Text Example
Text Example
White with #C93D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D79; }
p { color: rgb(201,61,121); }
H1.HeaderClassName
{
color: #C93D79;
}
.AnyTagClassName
{
color: #C93D79;
}
</style>
background-color css
<style>
a { background-color: #C93D79; }
a { background-color: rgb(201,61,121); }
div.DivClassName
{
background-color: #C93D79;
}
.BgClassName
{
background-color: #C93D79;
}
</style>
border-color css
<style>
span { border-color: #C93D79; }
span { border-color: rgb(201,61,121); }
td.TdClassName
{
border-color: #C93D79;
}
.TagClassName
{
border-color: #C93D79;
}
</style>