Shades of Medium Violet Red #C203A5
Tints of Medium Violet Red #C203A5
RGB
CMYK
RGB Variations
Color information
#C203A5 (or 0xC203A5) is known color: Medium Violet Red. HEX triplet: C2, 03 and A5. RGB value is (194,3,165). Sum of RGB (Red+Green+Blue) = 194+3+165=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C203A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C203A5 is #3DFC5A. Grayscale: #4E4E4E. Windows color (decimal): -4062299 or 10814402. OLE color: 10814402.
HSL color Cylindrical-coordinate representation of color #C203A5: hue angle of 309.11º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C203A5 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 165 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.24 |
| HSL | 309.11º | 0.97% | 0.39% | - |
| HSV(B) | 309.11º | 0.98% | 0.76% | - |
| XYZ | 29.07 | 14.25 | 36.82 | - |
| YUV | 78.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 165 | 0 | 0.98 | 0.15 | 0.24 | 309.11 | 0.97 | 0.39 |
| Hex | C2 | 3 | A5 | 0 | 62 | F | 18 | 135 | 61 | 27 |
| Octal | 302 | 3 | 245 | 0 | 142 | 17 | 30 | 465 | 141 | 47 |
| Binary | 11000010 | 11 | 10100101 | 0 | 1100010 | 1111 | 11000 | 100110101 | 1100001 | 100111 |
Color Harmonies of #C203A5
Complementary color
Monochromatic Colors of #C203A5
Black with #C203A5
Text Example
Text Example
White with #C203A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203A5; }
p { color: rgb(194,3,165); }
H1.HeaderClassName
{
color: #C203A5;
}
.AnyTagClassName
{
color: #C203A5;
}
</style>
background-color css
<style>
a { background-color: #C203A5; }
a { background-color: rgb(194,3,165); }
div.DivClassName
{
background-color: #C203A5;
}
.BgClassName
{
background-color: #C203A5;
}
</style>
border-color css
<style>
span { border-color: #C203A5; }
span { border-color: rgb(194,3,165); }
td.TdClassName
{
border-color: #C203A5;
}
.TagClassName
{
border-color: #C203A5;
}
</style>