Shades of Cerise #CD256B
Tints of Cerise #CD256B
RGB
CMYK
RGB Variations
Color information
#CD256B (or 0xCD256B) is known color: Cerise. HEX triplet: CD, 25 and 6B. RGB value is (205,37,107). Sum of RGB (Red+Green+Blue) = 205+37+107=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD256B is #32DA94. Grayscale: #5F5F5F. Windows color (decimal): -3332757 or 7022029. OLE color: 7022029.
HSL color Cylindrical-coordinate representation of color #CD256B: hue angle of 335º 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 #CD256B is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 107 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.20 |
| HSL | 335º | 0.69% | 0.47% | - |
| HSV(B) | 335º | 0.82% | 0.8% | - |
| XYZ | 28.49 | 15.36 | 15.37 | - |
| YUV | 95.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 107 | 0 | 0.82 | 0.48 | 0.20 | 335 | 0.69 | 0.47 |
| Hex | CD | 25 | 6B | 0 | 52 | 30 | 14 | 14F | 45 | 2F |
| Octal | 315 | 45 | 153 | 0 | 122 | 60 | 24 | 517 | 105 | 57 |
| Binary | 11001101 | 100101 | 1101011 | 0 | 1010010 | 110000 | 10100 | 101001111 | 1000101 | 101111 |
Color Harmonies of #CD256B
Complementary color
Monochromatic Colors of #CD256B
Black with #CD256B
Text Example
Text Example
White with #CD256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD256B; }
p { color: rgb(205,37,107); }
H1.HeaderClassName
{
color: #CD256B;
}
.AnyTagClassName
{
color: #CD256B;
}
</style>
background-color css
<style>
a { background-color: #CD256B; }
a { background-color: rgb(205,37,107); }
div.DivClassName
{
background-color: #CD256B;
}
.BgClassName
{
background-color: #CD256B;
}
</style>
border-color css
<style>
span { border-color: #CD256B; }
span { border-color: rgb(205,37,107); }
td.TdClassName
{
border-color: #CD256B;
}
.TagClassName
{
border-color: #CD256B;
}
</style>