Shades of Deep Magenta #C628C3
Tints of Deep Magenta #C628C3
RGB
CMYK
RGB Variations
Color information
#C628C3 (or 0xC628C3) is known color: Deep Magenta. HEX triplet: C6, 28 and C3. RGB value is (198,40,195). Sum of RGB (Red+Green+Blue) = 198+40+195=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C628C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628C3 is #39D73C. Grayscale: #686868. Windows color (decimal): -3790653 or 12789958. OLE color: 12789958.
HSL color Cylindrical-coordinate representation of color #C628C3: hue angle of 301.14º 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 #C628C3 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 195 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.22 |
| HSL | 301.14º | 0.66% | 0.47% | - |
| HSV(B) | 301.14º | 0.8% | 0.78% | - |
| XYZ | 33.9 | 17.46 | 53.21 | - |
| YUV | 104.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 195 | 0 | 0.80 | 0.02 | 0.22 | 301.14 | 0.66 | 0.47 |
| Hex | C6 | 28 | C3 | 0 | 50 | 2 | 16 | 12D | 42 | 2F |
| Octal | 306 | 50 | 303 | 0 | 120 | 2 | 26 | 455 | 102 | 57 |
| Binary | 11000110 | 101000 | 11000011 | 0 | 1010000 | 10 | 10110 | 100101101 | 1000010 | 101111 |
Color Harmonies of #C628C3
Complementary color
Monochromatic Colors of #C628C3
Black with #C628C3
Text Example
Text Example
White with #C628C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628C3; }
p { color: rgb(198,40,195); }
H1.HeaderClassName
{
color: #C628C3;
}
.AnyTagClassName
{
color: #C628C3;
}
</style>
background-color css
<style>
a { background-color: #C628C3; }
a { background-color: rgb(198,40,195); }
div.DivClassName
{
background-color: #C628C3;
}
.BgClassName
{
background-color: #C628C3;
}
</style>
border-color css
<style>
span { border-color: #C628C3; }
span { border-color: rgb(198,40,195); }
td.TdClassName
{
border-color: #C628C3;
}
.TagClassName
{
border-color: #C628C3;
}
</style>