Shades of Medium Violet Red #C8017D
Tints of Medium Violet Red #C8017D
RGB
CMYK
RGB Variations
Color information
#C8017D (or 0xC8017D) is known color: Medium Violet Red. HEX triplet: C8, 01 and 7D. RGB value is (200,1,125). Sum of RGB (Red+Green+Blue) = 200+1+125=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8017D is #37FE82. Grayscale: #4A4A4A. Windows color (decimal): -3669635 or 8192456. OLE color: 8192456.
HSL color Cylindrical-coordinate representation of color #C8017D: hue angle of 322.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8017D is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.22 |
| HSL | 322.61º | 0.99% | 0.39% | - |
| HSV(B) | 322.61º | 1% | 0.78% | - |
| XYZ | 27.53 | 13.78 | 20.61 | - |
| YUV | 74.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 125 | 0 | 1.00 | 0.38 | 0.22 | 322.61 | 0.99 | 0.39 |
| Hex | C8 | 1 | 7D | 0 | 64 | 26 | 16 | 143 | 63 | 27 |
| Octal | 310 | 1 | 175 | 0 | 144 | 46 | 26 | 503 | 143 | 47 |
| Binary | 11001000 | 1 | 1111101 | 0 | 1100100 | 100110 | 10110 | 101000011 | 1100011 | 100111 |
Color Harmonies of #C8017D
Complementary color
Monochromatic Colors of #C8017D
Black with #C8017D
Text Example
Text Example
White with #C8017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8017D; }
p { color: rgb(200,1,125); }
H1.HeaderClassName
{
color: #C8017D;
}
.AnyTagClassName
{
color: #C8017D;
}
</style>
background-color css
<style>
a { background-color: #C8017D; }
a { background-color: rgb(200,1,125); }
div.DivClassName
{
background-color: #C8017D;
}
.BgClassName
{
background-color: #C8017D;
}
</style>
border-color css
<style>
span { border-color: #C8017D; }
span { border-color: rgb(200,1,125); }
td.TdClassName
{
border-color: #C8017D;
}
.TagClassName
{
border-color: #C8017D;
}
</style>