Shades of Medium Violet Red #C308A2
Tints of Medium Violet Red #C308A2
RGB
CMYK
RGB Variations
Color information
#C308A2 (or 0xC308A2) is known color: Medium Violet Red. HEX triplet: C3, 08 and A2. RGB value is (195,8,162). Sum of RGB (Red+Green+Blue) = 195+8+162=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C308A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308A2 is #3CF75D. Grayscale: #515151. Windows color (decimal): -3995486 or 10619075. OLE color: 10619075.
HSL color Cylindrical-coordinate representation of color #C308A2: hue angle of 310.59º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308A2 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 162 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.24 |
| HSL | 310.59º | 0.92% | 0.4% | - |
| HSV(B) | 310.59º | 0.96% | 0.76% | - |
| XYZ | 29.11 | 14.38 | 35.42 | - |
| YUV | 81.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 162 | 0 | 0.96 | 0.17 | 0.24 | 310.59 | 0.92 | 0.4 |
| Hex | C3 | 8 | A2 | 0 | 60 | 11 | 18 | 137 | 5C | 28 |
| Octal | 303 | 10 | 242 | 0 | 140 | 21 | 30 | 467 | 134 | 50 |
| Binary | 11000011 | 1000 | 10100010 | 0 | 1100000 | 10001 | 11000 | 100110111 | 1011100 | 101000 |
Color Harmonies of #C308A2
Complementary color
Monochromatic Colors of #C308A2
Black with #C308A2
Text Example
Text Example
White with #C308A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308A2; }
p { color: rgb(195,8,162); }
H1.HeaderClassName
{
color: #C308A2;
}
.AnyTagClassName
{
color: #C308A2;
}
</style>
background-color css
<style>
a { background-color: #C308A2; }
a { background-color: rgb(195,8,162); }
div.DivClassName
{
background-color: #C308A2;
}
.BgClassName
{
background-color: #C308A2;
}
</style>
border-color css
<style>
span { border-color: #C308A2; }
span { border-color: rgb(195,8,162); }
td.TdClassName
{
border-color: #C308A2;
}
.TagClassName
{
border-color: #C308A2;
}
</style>