Shades of Medium Red Violet #C628AA
Tints of Medium Red Violet #C628AA
RGB
CMYK
RGB Variations
Color information
#C628AA (or 0xC628AA) is known color: Medium Red Violet. HEX triplet: C6, 28 and AA. RGB value is (198,40,170). Sum of RGB (Red+Green+Blue) = 198+40+170=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C628AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C628AA is #39D755. Grayscale: #656565. Windows color (decimal): -3790678 or 11151558. OLE color: 11151558.
HSL color Cylindrical-coordinate representation of color #C628AA: hue angle of 310.63º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C628AA is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 170 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.22 |
| HSL | 310.63º | 0.66% | 0.47% | - |
| HSV(B) | 310.63º | 0.8% | 0.78% | - |
| XYZ | 31.3 | 16.43 | 39.55 | - |
| YUV | 102.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 170 | 0 | 0.80 | 0.14 | 0.22 | 310.63 | 0.66 | 0.47 |
| Hex | C6 | 28 | AA | 0 | 50 | E | 16 | 137 | 42 | 2F |
| Octal | 306 | 50 | 252 | 0 | 120 | 16 | 26 | 467 | 102 | 57 |
| Binary | 11000110 | 101000 | 10101010 | 0 | 1010000 | 1110 | 10110 | 100110111 | 1000010 | 101111 |
Color Harmonies of #C628AA
Complementary color
Monochromatic Colors of #C628AA
Black with #C628AA
Text Example
Text Example
White with #C628AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628AA; }
p { color: rgb(198,40,170); }
H1.HeaderClassName
{
color: #C628AA;
}
.AnyTagClassName
{
color: #C628AA;
}
</style>
background-color css
<style>
a { background-color: #C628AA; }
a { background-color: rgb(198,40,170); }
div.DivClassName
{
background-color: #C628AA;
}
.BgClassName
{
background-color: #C628AA;
}
</style>
border-color css
<style>
span { border-color: #C628AA; }
span { border-color: rgb(198,40,170); }
td.TdClassName
{
border-color: #C628AA;
}
.TagClassName
{
border-color: #C628AA;
}
</style>