Shades of Medium Violet Red #CC229A
Tints of Medium Violet Red #CC229A
RGB
CMYK
RGB Variations
Color information
#CC229A (or 0xCC229A) is known color: Medium Violet Red. HEX triplet: CC, 22 and 9A. RGB value is (204,34,154). Sum of RGB (Red+Green+Blue) = 204+34+154=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC229A is #33DD65. Grayscale: #626262. Windows color (decimal): -3399014 or 10101452. OLE color: 10101452.
HSL color Cylindrical-coordinate representation of color #CC229A: hue angle of 317.65º 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 #CC229A is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 154 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.2 |
| HSL | 317.65º | 0.71% | 0.47% | - |
| HSV(B) | 317.65º | 0.83% | 0.8% | - |
| XYZ | 31.31 | 16.31 | 32.07 | - |
| YUV | 98.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 154 | 0 | 0.83 | 0.25 | 0.2 | 317.65 | 0.71 | 0.47 |
| Hex | CC | 22 | 9A | 0 | 53 | 19 | 14 | 13E | 47 | 2F |
| Octal | 314 | 42 | 232 | 0 | 123 | 31 | 24 | 476 | 107 | 57 |
| Binary | 11001100 | 100010 | 10011010 | 0 | 1010011 | 11001 | 10100 | 100111110 | 1000111 | 101111 |
Color Harmonies of #CC229A
Complementary color
Monochromatic Colors of #CC229A
Black with #CC229A
Text Example
Text Example
White with #CC229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC229A; }
p { color: rgb(204,34,154); }
H1.HeaderClassName
{
color: #CC229A;
}
.AnyTagClassName
{
color: #CC229A;
}
</style>
background-color css
<style>
a { background-color: #CC229A; }
a { background-color: rgb(204,34,154); }
div.DivClassName
{
background-color: #CC229A;
}
.BgClassName
{
background-color: #CC229A;
}
</style>
border-color css
<style>
span { border-color: #CC229A; }
span { border-color: rgb(204,34,154); }
td.TdClassName
{
border-color: #CC229A;
}
.TagClassName
{
border-color: #CC229A;
}
</style>