Shades of Medium Violet Red #CC238F
Tints of Medium Violet Red #CC238F
RGB
CMYK
RGB Variations
Color information
#CC238F (or 0xCC238F) is known color: Medium Violet Red. HEX triplet: CC, 23 and 8F. RGB value is (204,35,143). Sum of RGB (Red+Green+Blue) = 204+35+143=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC238F is #33DC70. Grayscale: #616161. Windows color (decimal): -3398769 or 9380812. OLE color: 9380812.
HSL color Cylindrical-coordinate representation of color #CC238F: hue angle of 321.66º 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 #CC238F is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 143 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.2 |
| HSL | 321.66º | 0.71% | 0.47% | - |
| HSV(B) | 321.66º | 0.83% | 0.8% | - |
| XYZ | 30.46 | 16.02 | 27.47 | - |
| YUV | 97.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 143 | 0 | 0.83 | 0.30 | 0.2 | 321.66 | 0.71 | 0.47 |
| Hex | CC | 23 | 8F | 0 | 53 | 1E | 14 | 142 | 47 | 2F |
| Octal | 314 | 43 | 217 | 0 | 123 | 36 | 24 | 502 | 107 | 57 |
| Binary | 11001100 | 100011 | 10001111 | 0 | 1010011 | 11110 | 10100 | 101000010 | 1000111 | 101111 |
Color Harmonies of #CC238F
Complementary color
Monochromatic Colors of #CC238F
Black with #CC238F
Text Example
Text Example
White with #CC238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC238F; }
p { color: rgb(204,35,143); }
H1.HeaderClassName
{
color: #CC238F;
}
.AnyTagClassName
{
color: #CC238F;
}
</style>
background-color css
<style>
a { background-color: #CC238F; }
a { background-color: rgb(204,35,143); }
div.DivClassName
{
background-color: #CC238F;
}
.BgClassName
{
background-color: #CC238F;
}
</style>
border-color css
<style>
span { border-color: #CC238F; }
span { border-color: rgb(204,35,143); }
td.TdClassName
{
border-color: #CC238F;
}
.TagClassName
{
border-color: #CC238F;
}
</style>