Shades of Cerise #CB225C
Tints of Cerise #CB225C
RGB
CMYK
RGB Variations
Color information
#CB225C (or 0xCB225C) is known color: Cerise. HEX triplet: CB, 22 and 5C. RGB value is (203,34,92). Sum of RGB (Red+Green+Blue) = 203+34+92=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB225C is #34DDA3. Grayscale: #5B5B5B. Windows color (decimal): -3464612 or 6038219. OLE color: 6038219.
HSL color Cylindrical-coordinate representation of color #CB225C: hue angle of 339.41º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB225C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 92 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.20 |
| HSL | 339.41º | 0.71% | 0.46% | - |
| HSV(B) | 339.41º | 0.83% | 0.8% | - |
| XYZ | 27.13 | 14.61 | 11.52 | - |
| YUV | 91.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 92 | 0 | 0.83 | 0.55 | 0.20 | 339.41 | 0.71 | 0.46 |
| Hex | CB | 22 | 5C | 0 | 53 | 37 | 14 | 153 | 47 | 2E |
| Octal | 313 | 42 | 134 | 0 | 123 | 67 | 24 | 523 | 107 | 56 |
| Binary | 11001011 | 100010 | 1011100 | 0 | 1010011 | 110111 | 10100 | 101010011 | 1000111 | 101110 |
Color Harmonies of #CB225C
Complementary color
Monochromatic Colors of #CB225C
Black with #CB225C
Text Example
Text Example
White with #CB225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB225C; }
p { color: rgb(203,34,92); }
H1.HeaderClassName
{
color: #CB225C;
}
.AnyTagClassName
{
color: #CB225C;
}
</style>
background-color css
<style>
a { background-color: #CB225C; }
a { background-color: rgb(203,34,92); }
div.DivClassName
{
background-color: #CB225C;
}
.BgClassName
{
background-color: #CB225C;
}
</style>
border-color css
<style>
span { border-color: #CB225C; }
span { border-color: rgb(203,34,92); }
td.TdClassName
{
border-color: #CB225C;
}
.TagClassName
{
border-color: #CB225C;
}
</style>