Shades of Deep Cerise #CB317A
Tints of Deep Cerise #CB317A
RGB
CMYK
RGB Variations
Color information
#CB317A (or 0xCB317A) is known color: Deep Cerise. HEX triplet: CB, 31 and 7A. RGB value is (203,49,122). Sum of RGB (Red+Green+Blue) = 203+49+122=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB317A is #34CE85. Grayscale: #676767. Windows color (decimal): -3460742 or 8008139. OLE color: 8008139.
HSL color Cylindrical-coordinate representation of color #CB317A: hue angle of 331.56º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB317A is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 122 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.20 |
| HSL | 331.56º | 0.61% | 0.49% | - |
| HSV(B) | 331.56º | 0.76% | 0.8% | - |
| XYZ | 29.24 | 16.3 | 20.02 | - |
| YUV | 103.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 122 | 0 | 0.76 | 0.40 | 0.20 | 331.56 | 0.61 | 0.49 |
| Hex | CB | 31 | 7A | 0 | 4C | 28 | 14 | 14C | 3D | 31 |
| Octal | 313 | 61 | 172 | 0 | 114 | 50 | 24 | 514 | 75 | 61 |
| Binary | 11001011 | 110001 | 1111010 | 0 | 1001100 | 101000 | 10100 | 101001100 | 111101 | 110001 |
Color Harmonies of #CB317A
Complementary color
Monochromatic Colors of #CB317A
Black with #CB317A
Text Example
Text Example
White with #CB317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB317A; }
p { color: rgb(203,49,122); }
H1.HeaderClassName
{
color: #CB317A;
}
.AnyTagClassName
{
color: #CB317A;
}
</style>
background-color css
<style>
a { background-color: #CB317A; }
a { background-color: rgb(203,49,122); }
div.DivClassName
{
background-color: #CB317A;
}
.BgClassName
{
background-color: #CB317A;
}
</style>
border-color css
<style>
span { border-color: #CB317A; }
span { border-color: rgb(203,49,122); }
td.TdClassName
{
border-color: #CB317A;
}
.TagClassName
{
border-color: #CB317A;
}
</style>