Shades of Medium Violet Red #C8259B
Tints of Medium Violet Red #C8259B
RGB
CMYK
RGB Variations
Color information
#C8259B (or 0xC8259B) is known color: Medium Violet Red. HEX triplet: C8, 25 and 9B. RGB value is (200,37,155). Sum of RGB (Red+Green+Blue) = 200+37+155=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8259B is #37DA64. Grayscale: #626262. Windows color (decimal): -3660389 or 10167752. OLE color: 10167752.
HSL color Cylindrical-coordinate representation of color #C8259B: hue angle of 316.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8259B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 155 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.22 |
| HSL | 316.56º | 0.69% | 0.46% | - |
| HSV(B) | 316.56º | 0.82% | 0.78% | - |
| XYZ | 30.4 | 15.97 | 32.49 | - |
| YUV | 99.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 155 | 0 | 0.82 | 0.22 | 0.22 | 316.56 | 0.69 | 0.46 |
| Hex | C8 | 25 | 9B | 0 | 52 | 16 | 16 | 13D | 45 | 2E |
| Octal | 310 | 45 | 233 | 0 | 122 | 26 | 26 | 475 | 105 | 56 |
| Binary | 11001000 | 100101 | 10011011 | 0 | 1010010 | 10110 | 10110 | 100111101 | 1000101 | 101110 |
Color Harmonies of #C8259B
Complementary color
Monochromatic Colors of #C8259B
Black with #C8259B
Text Example
Text Example
White with #C8259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8259B; }
p { color: rgb(200,37,155); }
H1.HeaderClassName
{
color: #C8259B;
}
.AnyTagClassName
{
color: #C8259B;
}
</style>
background-color css
<style>
a { background-color: #C8259B; }
a { background-color: rgb(200,37,155); }
div.DivClassName
{
background-color: #C8259B;
}
.BgClassName
{
background-color: #C8259B;
}
</style>
border-color css
<style>
span { border-color: #C8259B; }
span { border-color: rgb(200,37,155); }
td.TdClassName
{
border-color: #C8259B;
}
.TagClassName
{
border-color: #C8259B;
}
</style>