Shades of Cerise #CD256A
Tints of Cerise #CD256A
RGB
CMYK
RGB Variations
Color information
#CD256A (or 0xCD256A) is known color: Cerise. HEX triplet: CD, 25 and 6A. RGB value is (205,37,106). Sum of RGB (Red+Green+Blue) = 205+37+106=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD256A is #32DA95. Grayscale: #5E5E5E. Windows color (decimal): -3332758 or 6956493. OLE color: 6956493.
HSL color Cylindrical-coordinate representation of color #CD256A: hue angle of 335.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD256A is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 106 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.20 |
| HSL | 335.36º | 0.69% | 0.47% | - |
| HSV(B) | 335.36º | 0.82% | 0.8% | - |
| XYZ | 28.44 | 15.34 | 15.1 | - |
| YUV | 95.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 106 | 0 | 0.82 | 0.48 | 0.20 | 335.36 | 0.69 | 0.47 |
| Hex | CD | 25 | 6A | 0 | 52 | 30 | 14 | 14F | 45 | 2F |
| Octal | 315 | 45 | 152 | 0 | 122 | 60 | 24 | 517 | 105 | 57 |
| Binary | 11001101 | 100101 | 1101010 | 0 | 1010010 | 110000 | 10100 | 101001111 | 1000101 | 101111 |
Color Harmonies of #CD256A
Complementary color
Monochromatic Colors of #CD256A
Black with #CD256A
Text Example
Text Example
White with #CD256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD256A; }
p { color: rgb(205,37,106); }
H1.HeaderClassName
{
color: #CD256A;
}
.AnyTagClassName
{
color: #CD256A;
}
</style>
background-color css
<style>
a { background-color: #CD256A; }
a { background-color: rgb(205,37,106); }
div.DivClassName
{
background-color: #CD256A;
}
.BgClassName
{
background-color: #CD256A;
}
</style>
border-color css
<style>
span { border-color: #CD256A; }
span { border-color: rgb(205,37,106); }
td.TdClassName
{
border-color: #CD256A;
}
.TagClassName
{
border-color: #CD256A;
}
</style>