Shades of Medium Violet Red #CC25AF
Tints of Medium Violet Red #CC25AF
RGB
CMYK
RGB Variations
Color information
#CC25AF (or 0xCC25AF) is known color: Medium Violet Red. HEX triplet: CC, 25 and AF. RGB value is (204,37,175). Sum of RGB (Red+Green+Blue) = 204+37+175=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC25AF is #33DA50. Grayscale: #666666. Windows color (decimal): -3398225 or 11478476. OLE color: 11478476.
HSL color Cylindrical-coordinate representation of color #CC25AF: hue angle of 310.42º 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 #CC25AF is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 175 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.2 |
| HSL | 310.42º | 0.69% | 0.47% | - |
| HSV(B) | 310.42º | 0.82% | 0.8% | - |
| XYZ | 33.3 | 17.26 | 42.13 | - |
| YUV | 102.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 175 | 0 | 0.82 | 0.14 | 0.2 | 310.42 | 0.69 | 0.47 |
| Hex | CC | 25 | AF | 0 | 52 | E | 14 | 136 | 45 | 2F |
| Octal | 314 | 45 | 257 | 0 | 122 | 16 | 24 | 466 | 105 | 57 |
| Binary | 11001100 | 100101 | 10101111 | 0 | 1010010 | 1110 | 10100 | 100110110 | 1000101 | 101111 |
Color Harmonies of #CC25AF
Complementary color
Monochromatic Colors of #CC25AF
Black with #CC25AF
Text Example
Text Example
White with #CC25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25AF; }
p { color: rgb(204,37,175); }
H1.HeaderClassName
{
color: #CC25AF;
}
.AnyTagClassName
{
color: #CC25AF;
}
</style>
background-color css
<style>
a { background-color: #CC25AF; }
a { background-color: rgb(204,37,175); }
div.DivClassName
{
background-color: #CC25AF;
}
.BgClassName
{
background-color: #CC25AF;
}
</style>
border-color css
<style>
span { border-color: #CC25AF; }
span { border-color: rgb(204,37,175); }
td.TdClassName
{
border-color: #CC25AF;
}
.TagClassName
{
border-color: #CC25AF;
}
</style>