Shades of Medium Violet Red #C826A8
Tints of Medium Violet Red #C826A8
RGB
CMYK
RGB Variations
Color information
#C826A8 (or 0xC826A8) is known color: Medium Violet Red. HEX triplet: C8, 26 and A8. RGB value is (200,38,168). Sum of RGB (Red+Green+Blue) = 200+38+168=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C826A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826A8 is #37D957. Grayscale: #646464. Windows color (decimal): -3660120 or 11019976. OLE color: 11019976.
HSL color Cylindrical-coordinate representation of color #C826A8: hue angle of 311.85º 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 #C826A8 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 38 | 168 | - |
CMYK | 0 | 0.81 | 0.16 | 0.22 |
HSL | 311.85º | 0.68% | 0.47% | - |
HSV(B) | 311.85º | 0.81% | 0.78% | - |
XYZ | 31.58 | 16.49 | 38.56 | - |
YUV | 101.26 | 165.67 | 198.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 38 | 168 | 0 | 0.81 | 0.16 | 0.22 | 311.85 | 0.68 | 0.47 |
Hex | C8 | 26 | A8 | 0 | 51 | 10 | 16 | 138 | 44 | 2F |
Octal | 310 | 46 | 250 | 0 | 121 | 20 | 26 | 470 | 104 | 57 |
Binary | 11001000 | 100110 | 10101000 | 0 | 1010001 | 10000 | 10110 | 100111000 | 1000100 | 101111 |
Color Harmonies of #C826A8
Complementary color
Monochromatic Colors of #C826A8
Black with #C826A8
Text Example
Text Example
White with #C826A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826A8; }
p { color: rgb(200,38,168); }
H1.HeaderClassName
{
color: #C826A8;
}
.AnyTagClassName
{
color: #C826A8;
}
</style>
background-color css
<style>
a { background-color: #C826A8; }
a { background-color: rgb(200,38,168); }
div.DivClassName
{
background-color: #C826A8;
}
.BgClassName
{
background-color: #C826A8;
}
</style>
border-color css
<style>
span { border-color: #C826A8; }
span { border-color: rgb(200,38,168); }
td.TdClassName
{
border-color: #C826A8;
}
.TagClassName
{
border-color: #C826A8;
}
</style>