Shades of Medium Violet Red #CC237E
Tints of Medium Violet Red #CC237E
RGB
CMYK
RGB Variations
Color information
#CC237E (or 0xCC237E) is known color: Medium Violet Red. HEX triplet: CC, 23 and 7E. RGB value is (204,35,126). Sum of RGB (Red+Green+Blue) = 204+35+126=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC237E is #33DC81. Grayscale: #5F5F5F. Windows color (decimal): -3398786 or 8266700. OLE color: 8266700.
HSL color Cylindrical-coordinate representation of color #CC237E: hue angle of 327.69º 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 #CC237E is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 126 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.2 |
| HSL | 327.69º | 0.71% | 0.47% | - |
| HSV(B) | 327.69º | 0.83% | 0.8% | - |
| XYZ | 29.27 | 15.55 | 21.2 | - |
| YUV | 95.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 126 | 0 | 0.83 | 0.38 | 0.2 | 327.69 | 0.71 | 0.47 |
| Hex | CC | 23 | 7E | 0 | 53 | 26 | 14 | 148 | 47 | 2F |
| Octal | 314 | 43 | 176 | 0 | 123 | 46 | 24 | 510 | 107 | 57 |
| Binary | 11001100 | 100011 | 1111110 | 0 | 1010011 | 100110 | 10100 | 101001000 | 1000111 | 101111 |
Color Harmonies of #CC237E
Complementary color
Monochromatic Colors of #CC237E
Black with #CC237E
Text Example
Text Example
White with #CC237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC237E; }
p { color: rgb(204,35,126); }
H1.HeaderClassName
{
color: #CC237E;
}
.AnyTagClassName
{
color: #CC237E;
}
</style>
background-color css
<style>
a { background-color: #CC237E; }
a { background-color: rgb(204,35,126); }
div.DivClassName
{
background-color: #CC237E;
}
.BgClassName
{
background-color: #CC237E;
}
</style>
border-color css
<style>
span { border-color: #CC237E; }
span { border-color: rgb(204,35,126); }
td.TdClassName
{
border-color: #CC237E;
}
.TagClassName
{
border-color: #CC237E;
}
</style>