Shades of Medium Violet Red #C826AA
Tints of Medium Violet Red #C826AA
RGB
CMYK
RGB Variations
Color information
#C826AA (or 0xC826AA) is known color: Medium Violet Red. HEX triplet: C8, 26 and AA. RGB value is (200,38,170). Sum of RGB (Red+Green+Blue) = 200+38+170=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C826AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826AA is #37D955. Grayscale: #656565. Windows color (decimal): -3660118 or 11151048. OLE color: 11151048.
HSL color Cylindrical-coordinate representation of color #C826AA: hue angle of 311.11º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C826AA is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 170 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.22 |
| HSL | 311.11º | 0.68% | 0.47% | - |
| HSV(B) | 311.11º | 0.81% | 0.78% | - |
| XYZ | 31.77 | 16.57 | 39.55 | - |
| YUV | 101.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 170 | 0 | 0.81 | 0.15 | 0.22 | 311.11 | 0.68 | 0.47 |
| Hex | C8 | 26 | AA | 0 | 51 | F | 16 | 137 | 44 | 2F |
| Octal | 310 | 46 | 252 | 0 | 121 | 17 | 26 | 467 | 104 | 57 |
| Binary | 11001000 | 100110 | 10101010 | 0 | 1010001 | 1111 | 10110 | 100110111 | 1000100 | 101111 |
Color Harmonies of #C826AA
Complementary color
Monochromatic Colors of #C826AA
Black with #C826AA
Text Example
Text Example
White with #C826AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826AA; }
p { color: rgb(200,38,170); }
H1.HeaderClassName
{
color: #C826AA;
}
.AnyTagClassName
{
color: #C826AA;
}
</style>
background-color css
<style>
a { background-color: #C826AA; }
a { background-color: rgb(200,38,170); }
div.DivClassName
{
background-color: #C826AA;
}
.BgClassName
{
background-color: #C826AA;
}
</style>
border-color css
<style>
span { border-color: #C826AA; }
span { border-color: rgb(200,38,170); }
td.TdClassName
{
border-color: #C826AA;
}
.TagClassName
{
border-color: #C826AA;
}
</style>