Shades of Cerise #CB3463
Tints of Cerise #CB3463
RGB
CMYK
RGB Variations
Color information
#CB3463 (or 0xCB3463) is known color: Cerise. HEX triplet: CB, 34 and 63. RGB value is (203,52,99). Sum of RGB (Red+Green+Blue) = 203+52+99=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3463 is #34CB9C. Grayscale: #666666. Windows color (decimal): -3459997 or 6501579. OLE color: 6501579.
HSL color Cylindrical-coordinate representation of color #CB3463: hue angle of 341.32º 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 #CB3463 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 99 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.20 |
| HSL | 341.32º | 0.59% | 0.5% | - |
| HSV(B) | 341.32º | 0.74% | 0.8% | - |
| XYZ | 28.11 | 16.05 | 13.42 | - |
| YUV | 102.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 99 | 0 | 0.74 | 0.51 | 0.20 | 341.32 | 0.59 | 0.5 |
| Hex | CB | 34 | 63 | 0 | 4A | 33 | 14 | 155 | 3B | 32 |
| Octal | 313 | 64 | 143 | 0 | 112 | 63 | 24 | 525 | 73 | 62 |
| Binary | 11001011 | 110100 | 1100011 | 0 | 1001010 | 110011 | 10100 | 101010101 | 111011 | 110010 |
Color Harmonies of #CB3463
Complementary color
Monochromatic Colors of #CB3463
Black with #CB3463
Text Example
Text Example
White with #CB3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3463; }
p { color: rgb(203,52,99); }
H1.HeaderClassName
{
color: #CB3463;
}
.AnyTagClassName
{
color: #CB3463;
}
</style>
background-color css
<style>
a { background-color: #CB3463; }
a { background-color: rgb(203,52,99); }
div.DivClassName
{
background-color: #CB3463;
}
.BgClassName
{
background-color: #CB3463;
}
</style>
border-color css
<style>
span { border-color: #CB3463; }
span { border-color: rgb(203,52,99); }
td.TdClassName
{
border-color: #CB3463;
}
.TagClassName
{
border-color: #CB3463;
}
</style>