Shades of Medium Violet Red #CC25A8
Tints of Medium Violet Red #CC25A8
RGB
CMYK
RGB Variations
Color information
#CC25A8 (or 0xCC25A8) is known color: Medium Violet Red. HEX triplet: CC, 25 and A8. RGB value is (204,37,168). Sum of RGB (Red+Green+Blue) = 204+37+168=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC25A8 is #33DA57. Grayscale: #656565. Windows color (decimal): -3398232 or 11019724. OLE color: 11019724.
HSL color Cylindrical-coordinate representation of color #CC25A8: hue angle of 312.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC25A8 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 168 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.2 |
| HSL | 312.93º | 0.69% | 0.47% | - |
| HSV(B) | 312.93º | 0.82% | 0.8% | - |
| XYZ | 32.63 | 16.99 | 38.6 | - |
| YUV | 101.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 168 | 0 | 0.82 | 0.18 | 0.2 | 312.93 | 0.69 | 0.47 |
| Hex | CC | 25 | A8 | 0 | 52 | 12 | 14 | 139 | 45 | 2F |
| Octal | 314 | 45 | 250 | 0 | 122 | 22 | 24 | 471 | 105 | 57 |
| Binary | 11001100 | 100101 | 10101000 | 0 | 1010010 | 10010 | 10100 | 100111001 | 1000101 | 101111 |
Color Harmonies of #CC25A8
Complementary color
Monochromatic Colors of #CC25A8
Black with #CC25A8
Text Example
Text Example
White with #CC25A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25A8; }
p { color: rgb(204,37,168); }
H1.HeaderClassName
{
color: #CC25A8;
}
.AnyTagClassName
{
color: #CC25A8;
}
</style>
background-color css
<style>
a { background-color: #CC25A8; }
a { background-color: rgb(204,37,168); }
div.DivClassName
{
background-color: #CC25A8;
}
.BgClassName
{
background-color: #CC25A8;
}
</style>
border-color css
<style>
span { border-color: #CC25A8; }
span { border-color: rgb(204,37,168); }
td.TdClassName
{
border-color: #CC25A8;
}
.TagClassName
{
border-color: #CC25A8;
}
</style>