Shades of Cerise #CB345F
Tints of Cerise #CB345F
RGB
CMYK
RGB Variations
Color information
#CB345F (or 0xCB345F) is known color: Cerise. HEX triplet: CB, 34 and 5F. RGB value is (203,52,95). Sum of RGB (Red+Green+Blue) = 203+52+95=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB345F is #34CBA0. Grayscale: #666666. Windows color (decimal): -3460001 or 6239435. OLE color: 6239435.
HSL color Cylindrical-coordinate representation of color #CB345F: hue angle of 342.91º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB345F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 95 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.20 |
| HSL | 342.91º | 0.59% | 0.5% | - |
| HSV(B) | 342.91º | 0.74% | 0.8% | - |
| XYZ | 27.92 | 15.98 | 12.44 | - |
| YUV | 102.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 95 | 0 | 0.74 | 0.53 | 0.20 | 342.91 | 0.59 | 0.5 |
| Hex | CB | 34 | 5F | 0 | 4A | 35 | 14 | 157 | 3B | 32 |
| Octal | 313 | 64 | 137 | 0 | 112 | 65 | 24 | 527 | 73 | 62 |
| Binary | 11001011 | 110100 | 1011111 | 0 | 1001010 | 110101 | 10100 | 101010111 | 111011 | 110010 |
Color Harmonies of #CB345F
Complementary color
Monochromatic Colors of #CB345F
Black with #CB345F
Text Example
Text Example
White with #CB345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB345F; }
p { color: rgb(203,52,95); }
H1.HeaderClassName
{
color: #CB345F;
}
.AnyTagClassName
{
color: #CB345F;
}
</style>
background-color css
<style>
a { background-color: #CB345F; }
a { background-color: rgb(203,52,95); }
div.DivClassName
{
background-color: #CB345F;
}
.BgClassName
{
background-color: #CB345F;
}
</style>
border-color css
<style>
span { border-color: #CB345F; }
span { border-color: rgb(203,52,95); }
td.TdClassName
{
border-color: #CB345F;
}
.TagClassName
{
border-color: #CB345F;
}
</style>