Shades of Medium Red Violet #C02F7B
Tints of Medium Red Violet #C02F7B
RGB
CMYK
RGB Variations
Color information
#C02F7B (or 0xC02F7B) is known color: Medium Red Violet. HEX triplet: C0, 2F and 7B. RGB value is (192,47,123). Sum of RGB (Red+Green+Blue) = 192+47+123=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F7B is #3FD084. Grayscale: #626262. Windows color (decimal): -4182149 or 8073152. OLE color: 8073152.
HSL color Cylindrical-coordinate representation of color #C02F7B: hue angle of 328.55º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F7B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 123 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.25 |
| HSL | 328.55º | 0.61% | 0.47% | - |
| HSV(B) | 328.55º | 0.76% | 0.75% | - |
| XYZ | 26.33 | 14.67 | 20.18 | - |
| YUV | 99.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 123 | 0 | 0.76 | 0.36 | 0.25 | 328.55 | 0.61 | 0.47 |
| Hex | C0 | 2F | 7B | 0 | 4C | 24 | 19 | 149 | 3D | 2F |
| Octal | 300 | 57 | 173 | 0 | 114 | 44 | 31 | 511 | 75 | 57 |
| Binary | 11000000 | 101111 | 1111011 | 0 | 1001100 | 100100 | 11001 | 101001001 | 111101 | 101111 |
Color Harmonies of #C02F7B
Complementary color
Monochromatic Colors of #C02F7B
Black with #C02F7B
Text Example
Text Example
White with #C02F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F7B; }
p { color: rgb(192,47,123); }
H1.HeaderClassName
{
color: #C02F7B;
}
.AnyTagClassName
{
color: #C02F7B;
}
</style>
background-color css
<style>
a { background-color: #C02F7B; }
a { background-color: rgb(192,47,123); }
div.DivClassName
{
background-color: #C02F7B;
}
.BgClassName
{
background-color: #C02F7B;
}
</style>
border-color css
<style>
span { border-color: #C02F7B; }
span { border-color: rgb(192,47,123); }
td.TdClassName
{
border-color: #C02F7B;
}
.TagClassName
{
border-color: #C02F7B;
}
</style>