Shades of Medium Violet Red #CC23AA
Tints of Medium Violet Red #CC23AA
RGB
CMYK
RGB Variations
Color information
#CC23AA (or 0xCC23AA) is known color: Medium Violet Red. HEX triplet: CC, 23 and AA. RGB value is (204,35,170). Sum of RGB (Red+Green+Blue) = 204+35+170=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC23AA is #33DC55. Grayscale: #646464. Windows color (decimal): -3398742 or 11150284. OLE color: 11150284.
HSL color Cylindrical-coordinate representation of color #CC23AA: hue angle of 312.07º 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 #CC23AA is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 170 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.2 |
| HSL | 312.07º | 0.71% | 0.47% | - |
| HSV(B) | 312.07º | 0.83% | 0.8% | - |
| XYZ | 32.76 | 16.94 | 39.57 | - |
| YUV | 100.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 170 | 0 | 0.83 | 0.17 | 0.2 | 312.07 | 0.71 | 0.47 |
| Hex | CC | 23 | AA | 0 | 53 | 11 | 14 | 138 | 47 | 2F |
| Octal | 314 | 43 | 252 | 0 | 123 | 21 | 24 | 470 | 107 | 57 |
| Binary | 11001100 | 100011 | 10101010 | 0 | 1010011 | 10001 | 10100 | 100111000 | 1000111 | 101111 |
Color Harmonies of #CC23AA
Complementary color
Monochromatic Colors of #CC23AA
Black with #CC23AA
Text Example
Text Example
White with #CC23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23AA; }
p { color: rgb(204,35,170); }
H1.HeaderClassName
{
color: #CC23AA;
}
.AnyTagClassName
{
color: #CC23AA;
}
</style>
background-color css
<style>
a { background-color: #CC23AA; }
a { background-color: rgb(204,35,170); }
div.DivClassName
{
background-color: #CC23AA;
}
.BgClassName
{
background-color: #CC23AA;
}
</style>
border-color css
<style>
span { border-color: #CC23AA; }
span { border-color: rgb(204,35,170); }
td.TdClassName
{
border-color: #CC23AA;
}
.TagClassName
{
border-color: #CC23AA;
}
</style>