Shades of Medium Violet Red #C826AF
Tints of Medium Violet Red #C826AF
RGB
CMYK
RGB Variations
Color information
#C826AF (or 0xC826AF) is known color: Medium Violet Red. HEX triplet: C8, 26 and AF. RGB value is (200,38,175). Sum of RGB (Red+Green+Blue) = 200+38+175=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C826AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826AF is #37D950. Grayscale: #656565. Windows color (decimal): -3660113 or 11478728. OLE color: 11478728.
HSL color Cylindrical-coordinate representation of color #C826AF: hue angle of 309.26º 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 #C826AF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 175 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.22 |
| HSL | 309.26º | 0.68% | 0.47% | - |
| HSV(B) | 309.26º | 0.81% | 0.78% | - |
| XYZ | 32.25 | 16.76 | 42.09 | - |
| YUV | 102.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 175 | 0 | 0.81 | 0.12 | 0.22 | 309.26 | 0.68 | 0.47 |
| Hex | C8 | 26 | AF | 0 | 51 | C | 16 | 135 | 44 | 2F |
| Octal | 310 | 46 | 257 | 0 | 121 | 14 | 26 | 465 | 104 | 57 |
| Binary | 11001000 | 100110 | 10101111 | 0 | 1010001 | 1100 | 10110 | 100110101 | 1000100 | 101111 |
Color Harmonies of #C826AF
Complementary color
Monochromatic Colors of #C826AF
Black with #C826AF
Text Example
Text Example
White with #C826AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826AF; }
p { color: rgb(200,38,175); }
H1.HeaderClassName
{
color: #C826AF;
}
.AnyTagClassName
{
color: #C826AF;
}
</style>
background-color css
<style>
a { background-color: #C826AF; }
a { background-color: rgb(200,38,175); }
div.DivClassName
{
background-color: #C826AF;
}
.BgClassName
{
background-color: #C826AF;
}
</style>
border-color css
<style>
span { border-color: #C826AF; }
span { border-color: rgb(200,38,175); }
td.TdClassName
{
border-color: #C826AF;
}
.TagClassName
{
border-color: #C826AF;
}
</style>