Shades of Medium Red Violet #C0277B
Tints of Medium Red Violet #C0277B
RGB
CMYK
RGB Variations
Color information
#C0277B (or 0xC0277B) is known color: Medium Red Violet. HEX triplet: C0, 27 and 7B. RGB value is (192,39,123). Sum of RGB (Red+Green+Blue) = 192+39+123=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0277B is #3FD884. Grayscale: #5E5E5E. Windows color (decimal): -4184197 or 8071104. OLE color: 8071104.
HSL color Cylindrical-coordinate representation of color #C0277B: hue angle of 327.06º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0277B is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 39 | 123 | - |
CMYK | 0 | 0.80 | 0.36 | 0.25 |
HSL | 327.06º | 0.66% | 0.45% | - |
HSV(B) | 327.06º | 0.8% | 0.75% | - |
XYZ | 26.04 | 14.09 | 20.09 | - |
YUV | 94.32 | 144.19 | 197.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 39 | 123 | 0 | 0.80 | 0.36 | 0.25 | 327.06 | 0.66 | 0.45 |
Hex | C0 | 27 | 7B | 0 | 50 | 24 | 19 | 147 | 42 | 2D |
Octal | 300 | 47 | 173 | 0 | 120 | 44 | 31 | 507 | 102 | 55 |
Binary | 11000000 | 100111 | 1111011 | 0 | 1010000 | 100100 | 11001 | 101000111 | 1000010 | 101101 |
Color Harmonies of #C0277B
Complementary color
Monochromatic Colors of #C0277B
Black with #C0277B
Text Example
Text Example
White with #C0277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0277B; }
p { color: rgb(192,39,123); }
H1.HeaderClassName
{
color: #C0277B;
}
.AnyTagClassName
{
color: #C0277B;
}
</style>
background-color css
<style>
a { background-color: #C0277B; }
a { background-color: rgb(192,39,123); }
div.DivClassName
{
background-color: #C0277B;
}
.BgClassName
{
background-color: #C0277B;
}
</style>
border-color css
<style>
span { border-color: #C0277B; }
span { border-color: rgb(192,39,123); }
td.TdClassName
{
border-color: #C0277B;
}
.TagClassName
{
border-color: #C0277B;
}
</style>