Shades of Medium Red Violet #C8369B
Tints of Medium Red Violet #C8369B
RGB
CMYK
RGB Variations
Color information
#C8369B (or 0xC8369B) is known color: Medium Red Violet. HEX triplet: C8, 36 and 9B. RGB value is (200,54,155). Sum of RGB (Red+Green+Blue) = 200+54+155=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8369B is #37C964. Grayscale: #6C6C6C. Windows color (decimal): -3656037 or 10172104. OLE color: 10172104.
HSL color Cylindrical-coordinate representation of color #C8369B: hue angle of 318.49º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8369B is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 155 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.22 |
| HSL | 318.49º | 0.57% | 0.5% | - |
| HSV(B) | 318.49º | 0.73% | 0.78% | - |
| XYZ | 31.05 | 17.28 | 32.71 | - |
| YUV | 109.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 155 | 0 | 0.73 | 0.22 | 0.22 | 318.49 | 0.57 | 0.5 |
| Hex | C8 | 36 | 9B | 0 | 49 | 16 | 16 | 13E | 39 | 32 |
| Octal | 310 | 66 | 233 | 0 | 111 | 26 | 26 | 476 | 71 | 62 |
| Binary | 11001000 | 110110 | 10011011 | 0 | 1001001 | 10110 | 10110 | 100111110 | 111001 | 110010 |
Color Harmonies of #C8369B
Complementary color
Monochromatic Colors of #C8369B
Black with #C8369B
Text Example
Text Example
White with #C8369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8369B; }
p { color: rgb(200,54,155); }
H1.HeaderClassName
{
color: #C8369B;
}
.AnyTagClassName
{
color: #C8369B;
}
</style>
background-color css
<style>
a { background-color: #C8369B; }
a { background-color: rgb(200,54,155); }
div.DivClassName
{
background-color: #C8369B;
}
.BgClassName
{
background-color: #C8369B;
}
</style>
border-color css
<style>
span { border-color: #C8369B; }
span { border-color: rgb(200,54,155); }
td.TdClassName
{
border-color: #C8369B;
}
.TagClassName
{
border-color: #C8369B;
}
</style>