Shades of Cerise #C33469
Tints of Cerise #C33469
RGB
CMYK
RGB Variations
Color information
#C33469 (or 0xC33469) is known color: Cerise. HEX triplet: C3, 34 and 69. RGB value is (195,52,105). Sum of RGB (Red+Green+Blue) = 195+52+105=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C33469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33469 is #3CCB96. Grayscale: #646464. Windows color (decimal): -3984279 or 6894787. OLE color: 6894787.
HSL color Cylindrical-coordinate representation of color #C33469: hue angle of 337.76º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33469 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 105 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.24 |
| HSL | 337.76º | 0.58% | 0.48% | - |
| HSV(B) | 337.76º | 0.73% | 0.76% | - |
| XYZ | 26.28 | 15.08 | 14.89 | - |
| YUV | 100.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 105 | 0 | 0.73 | 0.46 | 0.24 | 337.76 | 0.58 | 0.48 |
| Hex | C3 | 34 | 69 | 0 | 49 | 2E | 18 | 152 | 3A | 30 |
| Octal | 303 | 64 | 151 | 0 | 111 | 56 | 30 | 522 | 72 | 60 |
| Binary | 11000011 | 110100 | 1101001 | 0 | 1001001 | 101110 | 11000 | 101010010 | 111010 | 110000 |
Color Harmonies of #C33469
Complementary color
Monochromatic Colors of #C33469
Black with #C33469
Text Example
Text Example
White with #C33469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33469; }
p { color: rgb(195,52,105); }
H1.HeaderClassName
{
color: #C33469;
}
.AnyTagClassName
{
color: #C33469;
}
</style>
background-color css
<style>
a { background-color: #C33469; }
a { background-color: rgb(195,52,105); }
div.DivClassName
{
background-color: #C33469;
}
.BgClassName
{
background-color: #C33469;
}
</style>
border-color css
<style>
span { border-color: #C33469; }
span { border-color: rgb(195,52,105); }
td.TdClassName
{
border-color: #C33469;
}
.TagClassName
{
border-color: #C33469;
}
</style>