Shades of Medium Violet Red #CC23AD
Tints of Medium Violet Red #CC23AD
RGB
CMYK
RGB Variations
Color information
#CC23AD (or 0xCC23AD) is known color: Medium Violet Red. HEX triplet: CC, 23 and AD. RGB value is (204,35,173). Sum of RGB (Red+Green+Blue) = 204+35+173=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC23AD is #33DC52. Grayscale: #646464. Windows color (decimal): -3398739 or 11346892. OLE color: 11346892.
HSL color Cylindrical-coordinate representation of color #CC23AD: hue angle of 311.01º 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 #CC23AD is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 173 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.2 |
| HSL | 311.01º | 0.71% | 0.47% | - |
| HSV(B) | 311.01º | 0.83% | 0.8% | - |
| XYZ | 33.05 | 17.06 | 41.09 | - |
| YUV | 101.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 173 | 0 | 0.83 | 0.15 | 0.2 | 311.01 | 0.71 | 0.47 |
| Hex | CC | 23 | AD | 0 | 53 | F | 14 | 137 | 47 | 2F |
| Octal | 314 | 43 | 255 | 0 | 123 | 17 | 24 | 467 | 107 | 57 |
| Binary | 11001100 | 100011 | 10101101 | 0 | 1010011 | 1111 | 10100 | 100110111 | 1000111 | 101111 |
Color Harmonies of #CC23AD
Complementary color
Monochromatic Colors of #CC23AD
Black with #CC23AD
Text Example
Text Example
White with #CC23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23AD; }
p { color: rgb(204,35,173); }
H1.HeaderClassName
{
color: #CC23AD;
}
.AnyTagClassName
{
color: #CC23AD;
}
</style>
background-color css
<style>
a { background-color: #CC23AD; }
a { background-color: rgb(204,35,173); }
div.DivClassName
{
background-color: #CC23AD;
}
.BgClassName
{
background-color: #CC23AD;
}
</style>
border-color css
<style>
span { border-color: #CC23AD; }
span { border-color: rgb(204,35,173); }
td.TdClassName
{
border-color: #CC23AD;
}
.TagClassName
{
border-color: #CC23AD;
}
</style>