Shades of Medium Red Violet #C02769
Tints of Medium Red Violet #C02769
RGB
CMYK
RGB Variations
Color information
#C02769 (or 0xC02769) is known color: Medium Red Violet. HEX triplet: C0, 27 and 69. RGB value is (192,39,105). Sum of RGB (Red+Green+Blue) = 192+39+105=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C02769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02769 is #3FD896. Grayscale: #5C5C5C. Windows color (decimal): -4184215 or 6891456. OLE color: 6891456.
HSL color Cylindrical-coordinate representation of color #C02769: hue angle of 334.12º 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 #C02769 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 105 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.25 |
| HSL | 334.12º | 0.66% | 0.45% | - |
| HSV(B) | 334.12º | 0.8% | 0.75% | - |
| XYZ | 25.01 | 13.68 | 14.69 | - |
| YUV | 92.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 105 | 0 | 0.80 | 0.45 | 0.25 | 334.12 | 0.66 | 0.45 |
| Hex | C0 | 27 | 69 | 0 | 50 | 2D | 19 | 14E | 42 | 2D |
| Octal | 300 | 47 | 151 | 0 | 120 | 55 | 31 | 516 | 102 | 55 |
| Binary | 11000000 | 100111 | 1101001 | 0 | 1010000 | 101101 | 11001 | 101001110 | 1000010 | 101101 |
Color Harmonies of #C02769
Complementary color
Monochromatic Colors of #C02769
Black with #C02769
Text Example
Text Example
White with #C02769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02769; }
p { color: rgb(192,39,105); }
H1.HeaderClassName
{
color: #C02769;
}
.AnyTagClassName
{
color: #C02769;
}
</style>
background-color css
<style>
a { background-color: #C02769; }
a { background-color: rgb(192,39,105); }
div.DivClassName
{
background-color: #C02769;
}
.BgClassName
{
background-color: #C02769;
}
</style>
border-color css
<style>
span { border-color: #C02769; }
span { border-color: rgb(192,39,105); }
td.TdClassName
{
border-color: #C02769;
}
.TagClassName
{
border-color: #C02769;
}
</style>