Shades of Medium Red Violet #C82DAB
Tints of Medium Red Violet #C82DAB
RGB
CMYK
RGB Variations
Color information
#C82DAB (or 0xC82DAB) is known color: Medium Red Violet. HEX triplet: C8, 2D and AB. RGB value is (200,45,171). Sum of RGB (Red+Green+Blue) = 200+45+171=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82DAB is #37D254. Grayscale: #696969. Windows color (decimal): -3658325 or 11218376. OLE color: 11218376.
HSL color Cylindrical-coordinate representation of color #C82DAB: hue angle of 311.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82DAB is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 171 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.22 |
| HSL | 311.23º | 0.63% | 0.48% | - |
| HSV(B) | 311.23º | 0.78% | 0.78% | - |
| XYZ | 32.11 | 17.1 | 40.14 | - |
| YUV | 105.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 171 | 0 | 0.78 | 0.14 | 0.22 | 311.23 | 0.63 | 0.48 |
| Hex | C8 | 2D | AB | 0 | 4E | E | 16 | 137 | 3F | 30 |
| Octal | 310 | 55 | 253 | 0 | 116 | 16 | 26 | 467 | 77 | 60 |
| Binary | 11001000 | 101101 | 10101011 | 0 | 1001110 | 1110 | 10110 | 100110111 | 111111 | 110000 |
Color Harmonies of #C82DAB
Complementary color
Monochromatic Colors of #C82DAB
Black with #C82DAB
Text Example
Text Example
White with #C82DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DAB; }
p { color: rgb(200,45,171); }
H1.HeaderClassName
{
color: #C82DAB;
}
.AnyTagClassName
{
color: #C82DAB;
}
</style>
background-color css
<style>
a { background-color: #C82DAB; }
a { background-color: rgb(200,45,171); }
div.DivClassName
{
background-color: #C82DAB;
}
.BgClassName
{
background-color: #C82DAB;
}
</style>
border-color css
<style>
span { border-color: #C82DAB; }
span { border-color: rgb(200,45,171); }
td.TdClassName
{
border-color: #C82DAB;
}
.TagClassName
{
border-color: #C82DAB;
}
</style>