Shades of Medium Violet Red #CC229B
Tints of Medium Violet Red #CC229B
RGB
CMYK
RGB Variations
Color information
#CC229B (or 0xCC229B) is known color: Medium Violet Red. HEX triplet: CC, 22 and 9B. RGB value is (204,34,155). Sum of RGB (Red+Green+Blue) = 204+34+155=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC229B is #33DD64. Grayscale: #626262. Windows color (decimal): -3399013 or 10166988. OLE color: 10166988.
HSL color Cylindrical-coordinate representation of color #CC229B: hue angle of 317.29º 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 #CC229B is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 155 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.2 |
| HSL | 317.29º | 0.71% | 0.47% | - |
| HSV(B) | 317.29º | 0.83% | 0.8% | - |
| XYZ | 31.39 | 16.35 | 32.51 | - |
| YUV | 98.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 155 | 0 | 0.83 | 0.24 | 0.2 | 317.29 | 0.71 | 0.47 |
| Hex | CC | 22 | 9B | 0 | 53 | 18 | 14 | 13D | 47 | 2F |
| Octal | 314 | 42 | 233 | 0 | 123 | 30 | 24 | 475 | 107 | 57 |
| Binary | 11001100 | 100010 | 10011011 | 0 | 1010011 | 11000 | 10100 | 100111101 | 1000111 | 101111 |
Color Harmonies of #CC229B
Complementary color
Monochromatic Colors of #CC229B
Black with #CC229B
Text Example
Text Example
White with #CC229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC229B; }
p { color: rgb(204,34,155); }
H1.HeaderClassName
{
color: #CC229B;
}
.AnyTagClassName
{
color: #CC229B;
}
</style>
background-color css
<style>
a { background-color: #CC229B; }
a { background-color: rgb(204,34,155); }
div.DivClassName
{
background-color: #CC229B;
}
.BgClassName
{
background-color: #CC229B;
}
</style>
border-color css
<style>
span { border-color: #CC229B; }
span { border-color: rgb(204,34,155); }
td.TdClassName
{
border-color: #CC229B;
}
.TagClassName
{
border-color: #CC229B;
}
</style>