Shades of Medium Violet Red #C905A2
Tints of Medium Violet Red #C905A2
RGB
CMYK
RGB Variations
Color information
#C905A2 (or 0xC905A2) is known color: Medium Violet Red. HEX triplet: C9, 05 and A2. RGB value is (201,5,162). Sum of RGB (Red+Green+Blue) = 201+5+162=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C905A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C905A2 is #36FA5D. Grayscale: #515151. Windows color (decimal): -3603038 or 10618313. OLE color: 10618313.
HSL color Cylindrical-coordinate representation of color #C905A2: hue angle of 311.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905A2 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.21 |
| HSL | 311.94º | 0.95% | 0.4% | - |
| HSV(B) | 311.94º | 0.98% | 0.79% | - |
| XYZ | 30.66 | 15.13 | 35.49 | - |
| YUV | 81.5 | 173.43 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 162 | 0 | 0.98 | 0.19 | 0.21 | 311.94 | 0.95 | 0.4 |
| Hex | C9 | 5 | A2 | 0 | 62 | 13 | 15 | 138 | 5F | 28 |
| Octal | 311 | 5 | 242 | 0 | 142 | 23 | 25 | 470 | 137 | 50 |
| Binary | 11001001 | 101 | 10100010 | 0 | 1100010 | 10011 | 10101 | 100111000 | 1011111 | 101000 |
Color Harmonies of #C905A2
Complementary color
Monochromatic Colors of #C905A2
Black with #C905A2
Text Example
Text Example
White with #C905A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905A2; }
p { color: rgb(201,5,162); }
H1.HeaderClassName
{
color: #C905A2;
}
.AnyTagClassName
{
color: #C905A2;
}
</style>
background-color css
<style>
a { background-color: #C905A2; }
a { background-color: rgb(201,5,162); }
div.DivClassName
{
background-color: #C905A2;
}
.BgClassName
{
background-color: #C905A2;
}
</style>
border-color css
<style>
span { border-color: #C905A2; }
span { border-color: rgb(201,5,162); }
td.TdClassName
{
border-color: #C905A2;
}
.TagClassName
{
border-color: #C905A2;
}
</style>