Shades of Medium Violet Red #CC239A
Tints of Medium Violet Red #CC239A
RGB
CMYK
RGB Variations
Color information
#CC239A (or 0xCC239A) is known color: Medium Violet Red. HEX triplet: CC, 23 and 9A. RGB value is (204,35,154). Sum of RGB (Red+Green+Blue) = 204+35+154=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC239A is #33DC65. Grayscale: #626262. Windows color (decimal): -3398758 or 10101708. OLE color: 10101708.
HSL color Cylindrical-coordinate representation of color #CC239A: hue angle of 317.75º 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 #CC239A is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 154 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.2 |
| HSL | 317.75º | 0.71% | 0.47% | - |
| HSV(B) | 317.75º | 0.83% | 0.8% | - |
| XYZ | 31.34 | 16.37 | 32.08 | - |
| YUV | 99.1 | 158.99 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 154 | 0 | 0.83 | 0.25 | 0.2 | 317.75 | 0.71 | 0.47 |
| Hex | CC | 23 | 9A | 0 | 53 | 19 | 14 | 13E | 47 | 2F |
| Octal | 314 | 43 | 232 | 0 | 123 | 31 | 24 | 476 | 107 | 57 |
| Binary | 11001100 | 100011 | 10011010 | 0 | 1010011 | 11001 | 10100 | 100111110 | 1000111 | 101111 |
Color Harmonies of #CC239A
Complementary color
Monochromatic Colors of #CC239A
Black with #CC239A
Text Example
Text Example
White with #CC239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC239A; }
p { color: rgb(204,35,154); }
H1.HeaderClassName
{
color: #CC239A;
}
.AnyTagClassName
{
color: #CC239A;
}
</style>
background-color css
<style>
a { background-color: #CC239A; }
a { background-color: rgb(204,35,154); }
div.DivClassName
{
background-color: #CC239A;
}
.BgClassName
{
background-color: #CC239A;
}
</style>
border-color css
<style>
span { border-color: #CC239A; }
span { border-color: rgb(204,35,154); }
td.TdClassName
{
border-color: #CC239A;
}
.TagClassName
{
border-color: #CC239A;
}
</style>