Shades of Medium Red Violet #C8338F
Tints of Medium Red Violet #C8338F
RGB
CMYK
RGB Variations
Color information
#C8338F (or 0xC8338F) is known color: Medium Red Violet. HEX triplet: C8, 33 and 8F. RGB value is (200,51,143). Sum of RGB (Red+Green+Blue) = 200+51+143=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8338F is #37CC70. Grayscale: #696969. Windows color (decimal): -3656817 or 9384904. OLE color: 9384904.
HSL color Cylindrical-coordinate representation of color #C8338F: hue angle of 322.95º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8338F is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 143 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.22 |
| HSL | 322.95º | 0.59% | 0.49% | - |
| HSV(B) | 322.95º | 0.75% | 0.78% | - |
| XYZ | 29.96 | 16.63 | 27.62 | - |
| YUV | 106.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 143 | 0 | 0.74 | 0.28 | 0.22 | 322.95 | 0.59 | 0.49 |
| Hex | C8 | 33 | 8F | 0 | 4A | 1C | 16 | 143 | 3B | 31 |
| Octal | 310 | 63 | 217 | 0 | 112 | 34 | 26 | 503 | 73 | 61 |
| Binary | 11001000 | 110011 | 10001111 | 0 | 1001010 | 11100 | 10110 | 101000011 | 111011 | 110001 |
Color Harmonies of #C8338F
Complementary color
Monochromatic Colors of #C8338F
Black with #C8338F
Text Example
Text Example
White with #C8338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8338F; }
p { color: rgb(200,51,143); }
H1.HeaderClassName
{
color: #C8338F;
}
.AnyTagClassName
{
color: #C8338F;
}
</style>
background-color css
<style>
a { background-color: #C8338F; }
a { background-color: rgb(200,51,143); }
div.DivClassName
{
background-color: #C8338F;
}
.BgClassName
{
background-color: #C8338F;
}
</style>
border-color css
<style>
span { border-color: #C8338F; }
span { border-color: rgb(200,51,143); }
td.TdClassName
{
border-color: #C8338F;
}
.TagClassName
{
border-color: #C8338F;
}
</style>