Shades of Cerise #C8335F
Tints of Cerise #C8335F
RGB
CMYK
RGB Variations
Color information
#C8335F (or 0xC8335F) is known color: Cerise. HEX triplet: C8, 33 and 5F. RGB value is (200,51,95). Sum of RGB (Red+Green+Blue) = 200+51+95=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8335F is #37CCA0. Grayscale: #646464. Windows color (decimal): -3656865 or 6239176. OLE color: 6239176.
HSL color Cylindrical-coordinate representation of color #C8335F: hue angle of 342.28º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8335F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 95 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.22 |
| HSL | 342.28º | 0.59% | 0.49% | - |
| HSV(B) | 342.28º | 0.75% | 0.78% | - |
| XYZ | 27.07 | 15.47 | 12.39 | - |
| YUV | 100.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 95 | 0 | 0.74 | 0.52 | 0.22 | 342.28 | 0.59 | 0.49 |
| Hex | C8 | 33 | 5F | 0 | 4A | 34 | 16 | 156 | 3B | 31 |
| Octal | 310 | 63 | 137 | 0 | 112 | 64 | 26 | 526 | 73 | 61 |
| Binary | 11001000 | 110011 | 1011111 | 0 | 1001010 | 110100 | 10110 | 101010110 | 111011 | 110001 |
Color Harmonies of #C8335F
Complementary color
Monochromatic Colors of #C8335F
Black with #C8335F
Text Example
Text Example
White with #C8335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8335F; }
p { color: rgb(200,51,95); }
H1.HeaderClassName
{
color: #C8335F;
}
.AnyTagClassName
{
color: #C8335F;
}
</style>
background-color css
<style>
a { background-color: #C8335F; }
a { background-color: rgb(200,51,95); }
div.DivClassName
{
background-color: #C8335F;
}
.BgClassName
{
background-color: #C8335F;
}
</style>
border-color css
<style>
span { border-color: #C8335F; }
span { border-color: rgb(200,51,95); }
td.TdClassName
{
border-color: #C8335F;
}
.TagClassName
{
border-color: #C8335F;
}
</style>