Shades of Cerise #C93469
Tints of Cerise #C93469
RGB
CMYK
RGB Variations
Color information
#C93469 (or 0xC93469) is known color: Cerise. HEX triplet: C9, 34 and 69. RGB value is (201,52,105). Sum of RGB (Red+Green+Blue) = 201+52+105=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C93469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93469 is #36CB96. Grayscale: #666666. Windows color (decimal): -3591063 or 6894793. OLE color: 6894793.
HSL color Cylindrical-coordinate representation of color #C93469: hue angle of 338.66º degrees, saturation: 0.59, 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 #C93469 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 105 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.21 |
| HSL | 338.66º | 0.59% | 0.5% | - |
| HSV(B) | 338.66º | 0.74% | 0.79% | - |
| XYZ | 27.87 | 15.89 | 14.96 | - |
| YUV | 102.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 105 | 0 | 0.74 | 0.48 | 0.21 | 338.66 | 0.59 | 0.5 |
| Hex | C9 | 34 | 69 | 0 | 4A | 30 | 15 | 153 | 3B | 32 |
| Octal | 311 | 64 | 151 | 0 | 112 | 60 | 25 | 523 | 73 | 62 |
| Binary | 11001001 | 110100 | 1101001 | 0 | 1001010 | 110000 | 10101 | 101010011 | 111011 | 110010 |
Color Harmonies of #C93469
Complementary color
Monochromatic Colors of #C93469
Black with #C93469
Text Example
Text Example
White with #C93469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93469; }
p { color: rgb(201,52,105); }
H1.HeaderClassName
{
color: #C93469;
}
.AnyTagClassName
{
color: #C93469;
}
</style>
background-color css
<style>
a { background-color: #C93469; }
a { background-color: rgb(201,52,105); }
div.DivClassName
{
background-color: #C93469;
}
.BgClassName
{
background-color: #C93469;
}
</style>
border-color css
<style>
span { border-color: #C93469; }
span { border-color: rgb(201,52,105); }
td.TdClassName
{
border-color: #C93469;
}
.TagClassName
{
border-color: #C93469;
}
</style>