Shades of Medium Violet Red #CC237D
Tints of Medium Violet Red #CC237D
RGB
CMYK
RGB Variations
Color information
#CC237D (or 0xCC237D) is known color: Medium Violet Red. HEX triplet: CC, 23 and 7D. RGB value is (204,35,125). Sum of RGB (Red+Green+Blue) = 204+35+125=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC237D is #33DC82. Grayscale: #5F5F5F. Windows color (decimal): -3398787 or 8201164. OLE color: 8201164.
HSL color Cylindrical-coordinate representation of color #CC237D: hue angle of 328.05º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC237D is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 125 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.2 |
| HSL | 328.05º | 0.71% | 0.47% | - |
| HSV(B) | 328.05º | 0.83% | 0.8% | - |
| XYZ | 29.2 | 15.52 | 20.86 | - |
| YUV | 95.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 125 | 0 | 0.83 | 0.39 | 0.2 | 328.05 | 0.71 | 0.47 |
| Hex | CC | 23 | 7D | 0 | 53 | 27 | 14 | 148 | 47 | 2F |
| Octal | 314 | 43 | 175 | 0 | 123 | 47 | 24 | 510 | 107 | 57 |
| Binary | 11001100 | 100011 | 1111101 | 0 | 1010011 | 100111 | 10100 | 101001000 | 1000111 | 101111 |
Color Harmonies of #CC237D
Complementary color
Monochromatic Colors of #CC237D
Black with #CC237D
Text Example
Text Example
White with #CC237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC237D; }
p { color: rgb(204,35,125); }
H1.HeaderClassName
{
color: #CC237D;
}
.AnyTagClassName
{
color: #CC237D;
}
</style>
background-color css
<style>
a { background-color: #CC237D; }
a { background-color: rgb(204,35,125); }
div.DivClassName
{
background-color: #CC237D;
}
.BgClassName
{
background-color: #CC237D;
}
</style>
border-color css
<style>
span { border-color: #CC237D; }
span { border-color: rgb(204,35,125); }
td.TdClassName
{
border-color: #CC237D;
}
.TagClassName
{
border-color: #CC237D;
}
</style>