Shades of Medium Violet Red #CC019D
Tints of Medium Violet Red #CC019D
RGB
CMYK
RGB Variations
Color information
#CC019D (or 0xCC019D) is known color: Medium Violet Red. HEX triplet: CC, 01 and 9D. RGB value is (204,1,157). Sum of RGB (Red+Green+Blue) = 204+1+157=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC019D is #33FE62. Grayscale: #4F4F4F. Windows color (decimal): -3407459 or 10289612. OLE color: 10289612.
HSL color Cylindrical-coordinate representation of color #CC019D: hue angle of 313.89º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC019D is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.2 |
| HSL | 313.89º | 0.99% | 0.4% | - |
| HSV(B) | 313.89º | 1% | 0.8% | - |
| XYZ | 31 | 15.29 | 33.22 | - |
| YUV | 79.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 157 | 0 | 1.00 | 0.23 | 0.2 | 313.89 | 0.99 | 0.4 |
| Hex | CC | 1 | 9D | 0 | 64 | 17 | 14 | 13A | 63 | 28 |
| Octal | 314 | 1 | 235 | 0 | 144 | 27 | 24 | 472 | 143 | 50 |
| Binary | 11001100 | 1 | 10011101 | 0 | 1100100 | 10111 | 10100 | 100111010 | 1100011 | 101000 |
Color Harmonies of #CC019D
Complementary color
Monochromatic Colors of #CC019D
Black with #CC019D
Text Example
Text Example
White with #CC019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC019D; }
p { color: rgb(204,1,157); }
H1.HeaderClassName
{
color: #CC019D;
}
.AnyTagClassName
{
color: #CC019D;
}
</style>
background-color css
<style>
a { background-color: #CC019D; }
a { background-color: rgb(204,1,157); }
div.DivClassName
{
background-color: #CC019D;
}
.BgClassName
{
background-color: #CC019D;
}
</style>
border-color css
<style>
span { border-color: #CC019D; }
span { border-color: rgb(204,1,157); }
td.TdClassName
{
border-color: #CC019D;
}
.TagClassName
{
border-color: #CC019D;
}
</style>