Shades of Deep Cerise #CD3375
Tints of Deep Cerise #CD3375
RGB
CMYK
RGB Variations
Color information
#CD3375 (or 0xCD3375) is known color: Deep Cerise. HEX triplet: CD, 33 and 75. RGB value is (205,51,117). Sum of RGB (Red+Green+Blue) = 205+51+117=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3375 is #32CC8A. Grayscale: #686868. Windows color (decimal): -3329163 or 7680973. OLE color: 7680973.
HSL color Cylindrical-coordinate representation of color #CD3375: hue angle of 334.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3375 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 117 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.20 |
| HSL | 334.29º | 0.61% | 0.5% | - |
| HSV(B) | 334.29º | 0.75% | 0.8% | - |
| XYZ | 29.57 | 16.63 | 18.48 | - |
| YUV | 104.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 117 | 0 | 0.75 | 0.43 | 0.20 | 334.29 | 0.61 | 0.5 |
| Hex | CD | 33 | 75 | 0 | 4B | 2B | 14 | 14E | 3D | 32 |
| Octal | 315 | 63 | 165 | 0 | 113 | 53 | 24 | 516 | 75 | 62 |
| Binary | 11001101 | 110011 | 1110101 | 0 | 1001011 | 101011 | 10100 | 101001110 | 111101 | 110010 |
Color Harmonies of #CD3375
Complementary color
Monochromatic Colors of #CD3375
Black with #CD3375
Text Example
Text Example
White with #CD3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3375; }
p { color: rgb(205,51,117); }
H1.HeaderClassName
{
color: #CD3375;
}
.AnyTagClassName
{
color: #CD3375;
}
</style>
background-color css
<style>
a { background-color: #CD3375; }
a { background-color: rgb(205,51,117); }
div.DivClassName
{
background-color: #CD3375;
}
.BgClassName
{
background-color: #CD3375;
}
</style>
border-color css
<style>
span { border-color: #CD3375; }
span { border-color: rgb(205,51,117); }
td.TdClassName
{
border-color: #CD3375;
}
.TagClassName
{
border-color: #CD3375;
}
</style>