Shades of Medium Red Violet #C233A4
Tints of Medium Red Violet #C233A4
RGB
CMYK
RGB Variations
Color information
#C233A4 (or 0xC233A4) is known color: Medium Red Violet. HEX triplet: C2, 33 and A4. RGB value is (194,51,164). Sum of RGB (Red+Green+Blue) = 194+51+164=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C233A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C233A4 is #3DCC5B. Grayscale: #6A6A6A. Windows color (decimal): -4050012 or 10761154. OLE color: 10761154.
HSL color Cylindrical-coordinate representation of color #C233A4: hue angle of 312.59º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C233A4 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 164 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.24 |
| HSL | 312.59º | 0.58% | 0.48% | - |
| HSV(B) | 312.59º | 0.74% | 0.76% | - |
| XYZ | 30.13 | 16.52 | 36.72 | - |
| YUV | 106.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 164 | 0 | 0.74 | 0.15 | 0.24 | 312.59 | 0.58 | 0.48 |
| Hex | C2 | 33 | A4 | 0 | 4A | F | 18 | 139 | 3A | 30 |
| Octal | 302 | 63 | 244 | 0 | 112 | 17 | 30 | 471 | 72 | 60 |
| Binary | 11000010 | 110011 | 10100100 | 0 | 1001010 | 1111 | 11000 | 100111001 | 111010 | 110000 |
Color Harmonies of #C233A4
Complementary color
Monochromatic Colors of #C233A4
Black with #C233A4
Text Example
Text Example
White with #C233A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233A4; }
p { color: rgb(194,51,164); }
H1.HeaderClassName
{
color: #C233A4;
}
.AnyTagClassName
{
color: #C233A4;
}
</style>
background-color css
<style>
a { background-color: #C233A4; }
a { background-color: rgb(194,51,164); }
div.DivClassName
{
background-color: #C233A4;
}
.BgClassName
{
background-color: #C233A4;
}
</style>
border-color css
<style>
span { border-color: #C233A4; }
span { border-color: rgb(194,51,164); }
td.TdClassName
{
border-color: #C233A4;
}
.TagClassName
{
border-color: #C233A4;
}
</style>