Shades of Medium Violet Red #CC25AB
Tints of Medium Violet Red #CC25AB
RGB
CMYK
RGB Variations
Color information
#CC25AB (or 0xCC25AB) is known color: Medium Violet Red. HEX triplet: CC, 25 and AB. RGB value is (204,37,171). Sum of RGB (Red+Green+Blue) = 204+37+171=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC25AB is #33DA54. Grayscale: #656565. Windows color (decimal): -3398229 or 11216332. OLE color: 11216332.
HSL color Cylindrical-coordinate representation of color #CC25AB: hue angle of 311.86º 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 #CC25AB is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 171 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.2 |
| HSL | 311.86º | 0.69% | 0.47% | - |
| HSV(B) | 311.86º | 0.82% | 0.8% | - |
| XYZ | 32.91 | 17.1 | 40.09 | - |
| YUV | 102.21 | 166.83 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 171 | 0 | 0.82 | 0.16 | 0.2 | 311.86 | 0.69 | 0.47 |
| Hex | CC | 25 | AB | 0 | 52 | 10 | 14 | 138 | 45 | 2F |
| Octal | 314 | 45 | 253 | 0 | 122 | 20 | 24 | 470 | 105 | 57 |
| Binary | 11001100 | 100101 | 10101011 | 0 | 1010010 | 10000 | 10100 | 100111000 | 1000101 | 101111 |
Color Harmonies of #CC25AB
Complementary color
Monochromatic Colors of #CC25AB
Black with #CC25AB
Text Example
Text Example
White with #CC25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25AB; }
p { color: rgb(204,37,171); }
H1.HeaderClassName
{
color: #CC25AB;
}
.AnyTagClassName
{
color: #CC25AB;
}
</style>
background-color css
<style>
a { background-color: #CC25AB; }
a { background-color: rgb(204,37,171); }
div.DivClassName
{
background-color: #CC25AB;
}
.BgClassName
{
background-color: #CC25AB;
}
</style>
border-color css
<style>
span { border-color: #CC25AB; }
span { border-color: rgb(204,37,171); }
td.TdClassName
{
border-color: #CC25AB;
}
.TagClassName
{
border-color: #CC25AB;
}
</style>