Shades of Medium Red Violet #C3269B
Tints of Medium Red Violet #C3269B
RGB
CMYK
RGB Variations
Color information
#C3269B (or 0xC3269B) is known color: Medium Red Violet. HEX triplet: C3, 26 and 9B. RGB value is (195,38,155). Sum of RGB (Red+Green+Blue) = 195+38+155=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3269B is #3CD964. Grayscale: #616161. Windows color (decimal): -3987813 or 10168003. OLE color: 10168003.
HSL color Cylindrical-coordinate representation of color #C3269B: hue angle of 315.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3269B is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 155 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.24 |
| HSL | 315.29º | 0.67% | 0.46% | - |
| HSV(B) | 315.29º | 0.81% | 0.76% | - |
| XYZ | 29.12 | 15.35 | 32.44 | - |
| YUV | 98.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 155 | 0 | 0.81 | 0.21 | 0.24 | 315.29 | 0.67 | 0.46 |
| Hex | C3 | 26 | 9B | 0 | 51 | 15 | 18 | 13B | 43 | 2E |
| Octal | 303 | 46 | 233 | 0 | 121 | 25 | 30 | 473 | 103 | 56 |
| Binary | 11000011 | 100110 | 10011011 | 0 | 1010001 | 10101 | 11000 | 100111011 | 1000011 | 101110 |
Color Harmonies of #C3269B
Complementary color
Monochromatic Colors of #C3269B
Black with #C3269B
Text Example
Text Example
White with #C3269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3269B; }
p { color: rgb(195,38,155); }
H1.HeaderClassName
{
color: #C3269B;
}
.AnyTagClassName
{
color: #C3269B;
}
</style>
background-color css
<style>
a { background-color: #C3269B; }
a { background-color: rgb(195,38,155); }
div.DivClassName
{
background-color: #C3269B;
}
.BgClassName
{
background-color: #C3269B;
}
</style>
border-color css
<style>
span { border-color: #C3269B; }
span { border-color: rgb(195,38,155); }
td.TdClassName
{
border-color: #C3269B;
}
.TagClassName
{
border-color: #C3269B;
}
</style>