Shades of Medium Red Violet #C830AA
Tints of Medium Red Violet #C830AA
RGB
CMYK
RGB Variations
Color information
#C830AA (or 0xC830AA) is known color: Medium Red Violet. HEX triplet: C8, 30 and AA. RGB value is (200,48,170). Sum of RGB (Red+Green+Blue) = 200+48+170=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C830AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C830AA is #37CF55. Grayscale: #6B6B6B. Windows color (decimal): -3657558 or 11153608. OLE color: 11153608.
HSL color Cylindrical-coordinate representation of color #C830AA: hue angle of 311.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830AA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 170 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.22 |
| HSL | 311.84º | 0.61% | 0.49% | - |
| HSV(B) | 311.84º | 0.76% | 0.78% | - |
| XYZ | 32.13 | 17.3 | 39.68 | - |
| YUV | 107.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 170 | 0 | 0.76 | 0.15 | 0.22 | 311.84 | 0.61 | 0.49 |
| Hex | C8 | 30 | AA | 0 | 4C | F | 16 | 138 | 3D | 31 |
| Octal | 310 | 60 | 252 | 0 | 114 | 17 | 26 | 470 | 75 | 61 |
| Binary | 11001000 | 110000 | 10101010 | 0 | 1001100 | 1111 | 10110 | 100111000 | 111101 | 110001 |
Color Harmonies of #C830AA
Complementary color
Monochromatic Colors of #C830AA
Black with #C830AA
Text Example
Text Example
White with #C830AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830AA; }
p { color: rgb(200,48,170); }
H1.HeaderClassName
{
color: #C830AA;
}
.AnyTagClassName
{
color: #C830AA;
}
</style>
background-color css
<style>
a { background-color: #C830AA; }
a { background-color: rgb(200,48,170); }
div.DivClassName
{
background-color: #C830AA;
}
.BgClassName
{
background-color: #C830AA;
}
</style>
border-color css
<style>
span { border-color: #C830AA; }
span { border-color: rgb(200,48,170); }
td.TdClassName
{
border-color: #C830AA;
}
.TagClassName
{
border-color: #C830AA;
}
</style>