Shades of Deep Magenta #C829DA
Tints of Deep Magenta #C829DA
RGB
CMYK
RGB Variations
Color information
#C829DA (or 0xC829DA) is known color: Deep Magenta. HEX triplet: C8, 29 and DA. RGB value is (200,41,218). Sum of RGB (Red+Green+Blue) = 200+41+218=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C829DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829DA is #37D625. Grayscale: #6C6C6C. Windows color (decimal): -3659302 or 14297544. OLE color: 14297544.
HSL color Cylindrical-coordinate representation of color #C829DA: hue angle of 293.9º 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 #C829DA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 41 | 218 | - |
CMYK | 0.08 | 0.81 | 0 | 0.15 |
HSL | 293.9º | 0.71% | 0.51% | - |
HSV(B) | 293.9º | 0.81% | 0.85% | - |
XYZ | 37.27 | 18.93 | 68.02 | - |
YUV | 108.72 | 189.68 | 193.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 41 | 218 | 0.08 | 0.81 | 0 | 0.15 | 293.9 | 0.71 | 0.51 |
Hex | C8 | 29 | DA | 8 | 51 | 0 | F | 126 | 47 | 33 |
Octal | 310 | 51 | 332 | 10 | 121 | 0 | 17 | 446 | 107 | 63 |
Binary | 11001000 | 101001 | 11011010 | 1000 | 1010001 | 0 | 1111 | 100100110 | 1000111 | 110011 |
Color Harmonies of #C829DA
Complementary color
Monochromatic Colors of #C829DA
Black with #C829DA
Text Example
Text Example
White with #C829DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829DA; }
p { color: rgb(200,41,218); }
H1.HeaderClassName
{
color: #C829DA;
}
.AnyTagClassName
{
color: #C829DA;
}
</style>
background-color css
<style>
a { background-color: #C829DA; }
a { background-color: rgb(200,41,218); }
div.DivClassName
{
background-color: #C829DA;
}
.BgClassName
{
background-color: #C829DA;
}
</style>
border-color css
<style>
span { border-color: #C829DA; }
span { border-color: rgb(200,41,218); }
td.TdClassName
{
border-color: #C829DA;
}
.TagClassName
{
border-color: #C829DA;
}
</style>