Shades of Medium Red Violet #C02669
Tints of Medium Red Violet #C02669
RGB
CMYK
RGB Variations
Color information
#C02669 (or 0xC02669) is known color: Medium Red Violet. HEX triplet: C0, 26 and 69. RGB value is (192,38,105). Sum of RGB (Red+Green+Blue) = 192+38+105=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C02669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02669 is #3FD996. Grayscale: #5B5B5B. Windows color (decimal): -4184471 or 6891200. OLE color: 6891200.
HSL color Cylindrical-coordinate representation of color #C02669: hue angle of 333.9º degrees, saturation: 0.67, 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 #C02669 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 105 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.25 |
| HSL | 333.9º | 0.67% | 0.45% | - |
| HSV(B) | 333.9º | 0.8% | 0.75% | - |
| XYZ | 24.98 | 13.61 | 14.68 | - |
| YUV | 91.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 105 | 0 | 0.80 | 0.45 | 0.25 | 333.9 | 0.67 | 0.45 |
| Hex | C0 | 26 | 69 | 0 | 50 | 2D | 19 | 14E | 43 | 2D |
| Octal | 300 | 46 | 151 | 0 | 120 | 55 | 31 | 516 | 103 | 55 |
| Binary | 11000000 | 100110 | 1101001 | 0 | 1010000 | 101101 | 11001 | 101001110 | 1000011 | 101101 |
Color Harmonies of #C02669
Complementary color
Monochromatic Colors of #C02669
Black with #C02669
Text Example
Text Example
White with #C02669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02669; }
p { color: rgb(192,38,105); }
H1.HeaderClassName
{
color: #C02669;
}
.AnyTagClassName
{
color: #C02669;
}
</style>
background-color css
<style>
a { background-color: #C02669; }
a { background-color: rgb(192,38,105); }
div.DivClassName
{
background-color: #C02669;
}
.BgClassName
{
background-color: #C02669;
}
</style>
border-color css
<style>
span { border-color: #C02669; }
span { border-color: rgb(192,38,105); }
td.TdClassName
{
border-color: #C02669;
}
.TagClassName
{
border-color: #C02669;
}
</style>