Shades of Cerise #C93569
Tints of Cerise #C93569
RGB
CMYK
RGB Variations
Color information
#C93569 (or 0xC93569) is known color: Cerise. HEX triplet: C9, 35 and 69. RGB value is (201,53,105). Sum of RGB (Red+Green+Blue) = 201+53+105=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C93569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93569 is #36CA96. Grayscale: #676767. Windows color (decimal): -3590807 or 6895049. OLE color: 6895049.
HSL color Cylindrical-coordinate representation of color #C93569: hue angle of 338.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93569 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 105 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.21 |
| HSL | 338.92º | 0.58% | 0.5% | - |
| HSV(B) | 338.92º | 0.74% | 0.79% | - |
| XYZ | 27.91 | 15.98 | 14.98 | - |
| YUV | 103.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 105 | 0 | 0.74 | 0.48 | 0.21 | 338.92 | 0.58 | 0.5 |
| Hex | C9 | 35 | 69 | 0 | 4A | 30 | 15 | 153 | 3A | 32 |
| Octal | 311 | 65 | 151 | 0 | 112 | 60 | 25 | 523 | 72 | 62 |
| Binary | 11001001 | 110101 | 1101001 | 0 | 1001010 | 110000 | 10101 | 101010011 | 111010 | 110010 |
Color Harmonies of #C93569
Complementary color
Monochromatic Colors of #C93569
Black with #C93569
Text Example
Text Example
White with #C93569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93569; }
p { color: rgb(201,53,105); }
H1.HeaderClassName
{
color: #C93569;
}
.AnyTagClassName
{
color: #C93569;
}
</style>
background-color css
<style>
a { background-color: #C93569; }
a { background-color: rgb(201,53,105); }
div.DivClassName
{
background-color: #C93569;
}
.BgClassName
{
background-color: #C93569;
}
</style>
border-color css
<style>
span { border-color: #C93569; }
span { border-color: rgb(201,53,105); }
td.TdClassName
{
border-color: #C93569;
}
.TagClassName
{
border-color: #C93569;
}
</style>