Shades of Deep Magenta #C628C5
Tints of Deep Magenta #C628C5
RGB
CMYK
RGB Variations
Color information
#C628C5 (or 0xC628C5) is known color: Deep Magenta. HEX triplet: C6, 28 and C5. RGB value is (198,40,197). Sum of RGB (Red+Green+Blue) = 198+40+197=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C628C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628C5 is #39D73A. Grayscale: #686868. Windows color (decimal): -3790651 or 12921030. OLE color: 12921030.
HSL color Cylindrical-coordinate representation of color #C628C5: hue angle of 300.38º 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 #C628C5 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 197 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.22 |
| HSL | 300.38º | 0.66% | 0.47% | - |
| HSV(B) | 300.38º | 0.8% | 0.78% | - |
| XYZ | 34.13 | 17.55 | 54.41 | - |
| YUV | 105.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 197 | 0 | 0.80 | 0.01 | 0.22 | 300.38 | 0.66 | 0.47 |
| Hex | C6 | 28 | C5 | 0 | 50 | 1 | 16 | 12C | 42 | 2F |
| Octal | 306 | 50 | 305 | 0 | 120 | 1 | 26 | 454 | 102 | 57 |
| Binary | 11000110 | 101000 | 11000101 | 0 | 1010000 | 1 | 10110 | 100101100 | 1000010 | 101111 |
Color Harmonies of #C628C5
Complementary color
Monochromatic Colors of #C628C5
Black with #C628C5
Text Example
Text Example
White with #C628C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628C5; }
p { color: rgb(198,40,197); }
H1.HeaderClassName
{
color: #C628C5;
}
.AnyTagClassName
{
color: #C628C5;
}
</style>
background-color css
<style>
a { background-color: #C628C5; }
a { background-color: rgb(198,40,197); }
div.DivClassName
{
background-color: #C628C5;
}
.BgClassName
{
background-color: #C628C5;
}
</style>
border-color css
<style>
span { border-color: #C628C5; }
span { border-color: rgb(198,40,197); }
td.TdClassName
{
border-color: #C628C5;
}
.TagClassName
{
border-color: #C628C5;
}
</style>