Shades of Cerise #C93069
Tints of Cerise #C93069
RGB
CMYK
RGB Variations
Color information
#C93069 (or 0xC93069) is known color: Cerise. HEX triplet: C9, 30 and 69. RGB value is (201,48,105). Sum of RGB (Red+Green+Blue) = 201+48+105=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93069 is #36CF96. Grayscale: #646464. Windows color (decimal): -3592087 or 6893769. OLE color: 6893769.
HSL color Cylindrical-coordinate representation of color #C93069: hue angle of 337.65º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93069 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 105 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.21 |
| HSL | 337.65º | 0.61% | 0.49% | - |
| HSV(B) | 337.65º | 0.76% | 0.79% | - |
| XYZ | 27.69 | 15.55 | 14.91 | - |
| YUV | 100.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 105 | 0 | 0.76 | 0.48 | 0.21 | 337.65 | 0.61 | 0.49 |
| Hex | C9 | 30 | 69 | 0 | 4C | 30 | 15 | 152 | 3D | 31 |
| Octal | 311 | 60 | 151 | 0 | 114 | 60 | 25 | 522 | 75 | 61 |
| Binary | 11001001 | 110000 | 1101001 | 0 | 1001100 | 110000 | 10101 | 101010010 | 111101 | 110001 |
Color Harmonies of #C93069
Complementary color
Monochromatic Colors of #C93069
Black with #C93069
Text Example
Text Example
White with #C93069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93069; }
p { color: rgb(201,48,105); }
H1.HeaderClassName
{
color: #C93069;
}
.AnyTagClassName
{
color: #C93069;
}
</style>
background-color css
<style>
a { background-color: #C93069; }
a { background-color: rgb(201,48,105); }
div.DivClassName
{
background-color: #C93069;
}
.BgClassName
{
background-color: #C93069;
}
</style>
border-color css
<style>
span { border-color: #C93069; }
span { border-color: rgb(201,48,105); }
td.TdClassName
{
border-color: #C93069;
}
.TagClassName
{
border-color: #C93069;
}
</style>