Shades of Medium Violet Red #C8238A
Tints of Medium Violet Red #C8238A
RGB
CMYK
RGB Variations
Color information
#C8238A (or 0xC8238A) is known color: Medium Violet Red. HEX triplet: C8, 23 and 8A. RGB value is (200,35,138). Sum of RGB (Red+Green+Blue) = 200+35+138=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8238A is #37DC75. Grayscale: #5F5F5F. Windows color (decimal): -3660918 or 9053128. OLE color: 9053128.
HSL color Cylindrical-coordinate representation of color #C8238A: hue angle of 322.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8238A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 138 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.22 |
| HSL | 322.55º | 0.7% | 0.46% | - |
| HSV(B) | 322.55º | 0.83% | 0.78% | - |
| XYZ | 29.01 | 15.32 | 25.47 | - |
| YUV | 96.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 138 | 0 | 0.82 | 0.31 | 0.22 | 322.55 | 0.7 | 0.46 |
| Hex | C8 | 23 | 8A | 0 | 52 | 1F | 16 | 143 | 46 | 2E |
| Octal | 310 | 43 | 212 | 0 | 122 | 37 | 26 | 503 | 106 | 56 |
| Binary | 11001000 | 100011 | 10001010 | 0 | 1010010 | 11111 | 10110 | 101000011 | 1000110 | 101110 |
Color Harmonies of #C8238A
Complementary color
Monochromatic Colors of #C8238A
Black with #C8238A
Text Example
Text Example
White with #C8238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8238A; }
p { color: rgb(200,35,138); }
H1.HeaderClassName
{
color: #C8238A;
}
.AnyTagClassName
{
color: #C8238A;
}
</style>
background-color css
<style>
a { background-color: #C8238A; }
a { background-color: rgb(200,35,138); }
div.DivClassName
{
background-color: #C8238A;
}
.BgClassName
{
background-color: #C8238A;
}
</style>
border-color css
<style>
span { border-color: #C8238A; }
span { border-color: rgb(200,35,138); }
td.TdClassName
{
border-color: #C8238A;
}
.TagClassName
{
border-color: #C8238A;
}
</style>