Shades of Deep Magenta #C827DA
Tints of Deep Magenta #C827DA
RGB
CMYK
RGB Variations
Color information
#C827DA (or 0xC827DA) is known color: Deep Magenta. HEX triplet: C8, 27 and DA. RGB value is (200,39,218). Sum of RGB (Red+Green+Blue) = 200+39+218=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 39 (15.62% from 255 or 8.53% 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 #C827DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827DA is #37D825. Grayscale: #6A6A6A. Windows color (decimal): -3659814 or 14297032. OLE color: 14297032.
HSL color Cylindrical-coordinate representation of color #C827DA: hue angle of 293.97º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C827DA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 39 | 218 | - |
CMYK | 0.08 | 0.82 | 0 | 0.15 |
HSL | 293.97º | 0.71% | 0.5% | - |
HSV(B) | 293.97º | 0.82% | 0.85% | - |
XYZ | 37.2 | 18.79 | 68 | - |
YUV | 107.55 | 190.34 | 193.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 39 | 218 | 0.08 | 0.82 | 0 | 0.15 | 293.97 | 0.71 | 0.5 |
Hex | C8 | 27 | DA | 8 | 52 | 0 | F | 126 | 47 | 32 |
Octal | 310 | 47 | 332 | 10 | 122 | 0 | 17 | 446 | 107 | 62 |
Binary | 11001000 | 100111 | 11011010 | 1000 | 1010010 | 0 | 1111 | 100100110 | 1000111 | 110010 |
Color Harmonies of #C827DA
Complementary color
Monochromatic Colors of #C827DA
Black with #C827DA
Text Example
Text Example
White with #C827DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827DA; }
p { color: rgb(200,39,218); }
H1.HeaderClassName
{
color: #C827DA;
}
.AnyTagClassName
{
color: #C827DA;
}
</style>
background-color css
<style>
a { background-color: #C827DA; }
a { background-color: rgb(200,39,218); }
div.DivClassName
{
background-color: #C827DA;
}
.BgClassName
{
background-color: #C827DA;
}
</style>
border-color css
<style>
span { border-color: #C827DA; }
span { border-color: rgb(200,39,218); }
td.TdClassName
{
border-color: #C827DA;
}
.TagClassName
{
border-color: #C827DA;
}
</style>