Shades of Medium Violet Red #C81B8A
Tints of Medium Violet Red #C81B8A
RGB
CMYK
RGB Variations
Color information
#C81B8A (or 0xC81B8A) is known color: Medium Violet Red. HEX triplet: C8, 1B and 8A. RGB value is (200,27,138). Sum of RGB (Red+Green+Blue) = 200+27+138=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81B8A is #37E475. Grayscale: #5B5B5B. Windows color (decimal): -3662966 or 9051080. OLE color: 9051080.
HSL color Cylindrical-coordinate representation of color #C81B8A: hue angle of 321.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B8A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 138 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.22 |
| HSL | 321.5º | 0.76% | 0.45% | - |
| HSV(B) | 321.5º | 0.87% | 0.78% | - |
| XYZ | 28.8 | 14.9 | 25.4 | - |
| YUV | 91.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 138 | 0 | 0.86 | 0.31 | 0.22 | 321.5 | 0.76 | 0.45 |
| Hex | C8 | 1B | 8A | 0 | 56 | 1F | 16 | 142 | 4C | 2D |
| Octal | 310 | 33 | 212 | 0 | 126 | 37 | 26 | 502 | 114 | 55 |
| Binary | 11001000 | 11011 | 10001010 | 0 | 1010110 | 11111 | 10110 | 101000010 | 1001100 | 101101 |
Color Harmonies of #C81B8A
Complementary color
Monochromatic Colors of #C81B8A
Black with #C81B8A
Text Example
Text Example
White with #C81B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B8A; }
p { color: rgb(200,27,138); }
H1.HeaderClassName
{
color: #C81B8A;
}
.AnyTagClassName
{
color: #C81B8A;
}
</style>
background-color css
<style>
a { background-color: #C81B8A; }
a { background-color: rgb(200,27,138); }
div.DivClassName
{
background-color: #C81B8A;
}
.BgClassName
{
background-color: #C81B8A;
}
</style>
border-color css
<style>
span { border-color: #C81B8A; }
span { border-color: rgb(200,27,138); }
td.TdClassName
{
border-color: #C81B8A;
}
.TagClassName
{
border-color: #C81B8A;
}
</style>