Shades of Deep Magenta #C629DA
Tints of Deep Magenta #C629DA
RGB
CMYK
RGB Variations
Color information
#C629DA (or 0xC629DA) is known color: Deep Magenta. HEX triplet: C6, 29 and DA. RGB value is (198,41,218). Sum of RGB (Red+Green+Blue) = 198+41+218=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #C629DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629DA is #39D625. Grayscale: #6B6B6B. Windows color (decimal): -3790374 or 14297542. OLE color: 14297542.
HSL color Cylindrical-coordinate representation of color #C629DA: hue angle of 293.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C629DA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 41 | 218 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.15 |
| HSL | 293.22º | 0.71% | 0.51% | - |
| HSV(B) | 293.22º | 0.81% | 0.85% | - |
| XYZ | 36.74 | 18.65 | 67.99 | - |
| YUV | 108.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 218 | 0.09 | 0.81 | 0 | 0.15 | 293.22 | 0.71 | 0.51 |
| Hex | C6 | 29 | DA | 9 | 51 | 0 | F | 125 | 47 | 33 |
| Octal | 306 | 51 | 332 | 11 | 121 | 0 | 17 | 445 | 107 | 63 |
| Binary | 11000110 | 101001 | 11011010 | 1001 | 1010001 | 0 | 1111 | 100100101 | 1000111 | 110011 |
Color Harmonies of #C629DA
Complementary color
Monochromatic Colors of #C629DA
Black with #C629DA
Text Example
Text Example
White with #C629DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629DA; }
p { color: rgb(198,41,218); }
H1.HeaderClassName
{
color: #C629DA;
}
.AnyTagClassName
{
color: #C629DA;
}
</style>
background-color css
<style>
a { background-color: #C629DA; }
a { background-color: rgb(198,41,218); }
div.DivClassName
{
background-color: #C629DA;
}
.BgClassName
{
background-color: #C629DA;
}
</style>
border-color css
<style>
span { border-color: #C629DA; }
span { border-color: rgb(198,41,218); }
td.TdClassName
{
border-color: #C629DA;
}
.TagClassName
{
border-color: #C629DA;
}
</style>