Shades of Cerise #CD256F
Tints of Cerise #CD256F
RGB
CMYK
RGB Variations
Color information
#CD256F (or 0xCD256F) is known color: Cerise. HEX triplet: CD, 25 and 6F. RGB value is (205,37,111). Sum of RGB (Red+Green+Blue) = 205+37+111=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD256F is #32DA90. Grayscale: #5F5F5F. Windows color (decimal): -3332753 or 7284173. OLE color: 7284173.
HSL color Cylindrical-coordinate representation of color #CD256F: hue angle of 333.57º 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 #CD256F is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 111 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.20 |
| HSL | 333.57º | 0.69% | 0.47% | - |
| HSV(B) | 333.57º | 0.82% | 0.8% | - |
| XYZ | 28.71 | 15.45 | 16.51 | - |
| YUV | 95.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 111 | 0 | 0.82 | 0.46 | 0.20 | 333.57 | 0.69 | 0.47 |
| Hex | CD | 25 | 6F | 0 | 52 | 2E | 14 | 14E | 45 | 2F |
| Octal | 315 | 45 | 157 | 0 | 122 | 56 | 24 | 516 | 105 | 57 |
| Binary | 11001101 | 100101 | 1101111 | 0 | 1010010 | 101110 | 10100 | 101001110 | 1000101 | 101111 |
Color Harmonies of #CD256F
Complementary color
Monochromatic Colors of #CD256F
Black with #CD256F
Text Example
Text Example
White with #CD256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD256F; }
p { color: rgb(205,37,111); }
H1.HeaderClassName
{
color: #CD256F;
}
.AnyTagClassName
{
color: #CD256F;
}
</style>
background-color css
<style>
a { background-color: #CD256F; }
a { background-color: rgb(205,37,111); }
div.DivClassName
{
background-color: #CD256F;
}
.BgClassName
{
background-color: #CD256F;
}
</style>
border-color css
<style>
span { border-color: #CD256F; }
span { border-color: rgb(205,37,111); }
td.TdClassName
{
border-color: #CD256F;
}
.TagClassName
{
border-color: #CD256F;
}
</style>