Shades of Medium Red Violet #C632AA
Tints of Medium Red Violet #C632AA
RGB
CMYK
RGB Variations
Color information
#C632AA (or 0xC632AA) is known color: Medium Red Violet. HEX triplet: C6, 32 and AA. RGB value is (198,50,170). Sum of RGB (Red+Green+Blue) = 198+50+170=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C632AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C632AA is #39CD55. Grayscale: #6B6B6B. Windows color (decimal): -3788118 or 11154118. OLE color: 11154118.
HSL color Cylindrical-coordinate representation of color #C632AA: hue angle of 311.35º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632AA is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 170 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.22 |
| HSL | 311.35º | 0.6% | 0.49% | - |
| HSV(B) | 311.35º | 0.75% | 0.78% | - |
| XYZ | 31.69 | 17.19 | 39.68 | - |
| YUV | 107.93 | 163.03 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 170 | 0 | 0.75 | 0.14 | 0.22 | 311.35 | 0.6 | 0.49 |
| Hex | C6 | 32 | AA | 0 | 4B | E | 16 | 137 | 3C | 31 |
| Octal | 306 | 62 | 252 | 0 | 113 | 16 | 26 | 467 | 74 | 61 |
| Binary | 11000110 | 110010 | 10101010 | 0 | 1001011 | 1110 | 10110 | 100110111 | 111100 | 110001 |
Color Harmonies of #C632AA
Complementary color
Monochromatic Colors of #C632AA
Black with #C632AA
Text Example
Text Example
White with #C632AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632AA; }
p { color: rgb(198,50,170); }
H1.HeaderClassName
{
color: #C632AA;
}
.AnyTagClassName
{
color: #C632AA;
}
</style>
background-color css
<style>
a { background-color: #C632AA; }
a { background-color: rgb(198,50,170); }
div.DivClassName
{
background-color: #C632AA;
}
.BgClassName
{
background-color: #C632AA;
}
</style>
border-color css
<style>
span { border-color: #C632AA; }
span { border-color: rgb(198,50,170); }
td.TdClassName
{
border-color: #C632AA;
}
.TagClassName
{
border-color: #C632AA;
}
</style>