Shades of Medium Red Violet #C0268F
Tints of Medium Red Violet #C0268F
RGB
CMYK
RGB Variations
Color information
#C0268F (or 0xC0268F) is known color: Medium Red Violet. HEX triplet: C0, 26 and 8F. RGB value is (192,38,143). Sum of RGB (Red+Green+Blue) = 192+38+143=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0268F is #3FD970. Grayscale: #5F5F5F. Windows color (decimal): -4184433 or 9381568. OLE color: 9381568.
HSL color Cylindrical-coordinate representation of color #C0268F: hue angle of 319.09º 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 #C0268F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 143 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.25 |
| HSL | 319.09º | 0.67% | 0.45% | - |
| HSV(B) | 319.09º | 0.8% | 0.75% | - |
| XYZ | 27.39 | 14.58 | 27.36 | - |
| YUV | 96.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 143 | 0 | 0.80 | 0.26 | 0.25 | 319.09 | 0.67 | 0.45 |
| Hex | C0 | 26 | 8F | 0 | 50 | 1A | 19 | 13F | 43 | 2D |
| Octal | 300 | 46 | 217 | 0 | 120 | 32 | 31 | 477 | 103 | 55 |
| Binary | 11000000 | 100110 | 10001111 | 0 | 1010000 | 11010 | 11001 | 100111111 | 1000011 | 101101 |
Color Harmonies of #C0268F
Complementary color
Monochromatic Colors of #C0268F
Black with #C0268F
Text Example
Text Example
White with #C0268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0268F; }
p { color: rgb(192,38,143); }
H1.HeaderClassName
{
color: #C0268F;
}
.AnyTagClassName
{
color: #C0268F;
}
</style>
background-color css
<style>
a { background-color: #C0268F; }
a { background-color: rgb(192,38,143); }
div.DivClassName
{
background-color: #C0268F;
}
.BgClassName
{
background-color: #C0268F;
}
</style>
border-color css
<style>
span { border-color: #C0268F; }
span { border-color: rgb(192,38,143); }
td.TdClassName
{
border-color: #C0268F;
}
.TagClassName
{
border-color: #C0268F;
}
</style>