Shades of Medium Violet Red #CC26AD
Tints of Medium Violet Red #CC26AD
RGB
CMYK
RGB Variations
Color information
#CC26AD (or 0xCC26AD) is known color: Medium Violet Red. HEX triplet: CC, 26 and AD. RGB value is (204,38,173). Sum of RGB (Red+Green+Blue) = 204+38+173=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC26AD is #33D952. Grayscale: #666666. Windows color (decimal): -3397971 or 11347660. OLE color: 11347660.
HSL color Cylindrical-coordinate representation of color #CC26AD: hue angle of 311.2º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC26AD is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 173 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.2 |
| HSL | 311.2º | 0.69% | 0.47% | - |
| HSV(B) | 311.2º | 0.81% | 0.8% | - |
| XYZ | 33.14 | 17.24 | 41.12 | - |
| YUV | 103.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 173 | 0 | 0.81 | 0.15 | 0.2 | 311.2 | 0.69 | 0.47 |
| Hex | CC | 26 | AD | 0 | 51 | F | 14 | 137 | 45 | 2F |
| Octal | 314 | 46 | 255 | 0 | 121 | 17 | 24 | 467 | 105 | 57 |
| Binary | 11001100 | 100110 | 10101101 | 0 | 1010001 | 1111 | 10100 | 100110111 | 1000101 | 101111 |
Color Harmonies of #CC26AD
Complementary color
Monochromatic Colors of #CC26AD
Black with #CC26AD
Text Example
Text Example
White with #CC26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26AD; }
p { color: rgb(204,38,173); }
H1.HeaderClassName
{
color: #CC26AD;
}
.AnyTagClassName
{
color: #CC26AD;
}
</style>
background-color css
<style>
a { background-color: #CC26AD; }
a { background-color: rgb(204,38,173); }
div.DivClassName
{
background-color: #CC26AD;
}
.BgClassName
{
background-color: #CC26AD;
}
</style>
border-color css
<style>
span { border-color: #CC26AD; }
span { border-color: rgb(204,38,173); }
td.TdClassName
{
border-color: #CC26AD;
}
.TagClassName
{
border-color: #CC26AD;
}
</style>