Shades of Deep Magenta #C827B6
Tints of Deep Magenta #C827B6
RGB
CMYK
RGB Variations
Color information
#C827B6 (or 0xC827B6) is known color: Deep Magenta. HEX triplet: C8, 27 and B6. RGB value is (200,39,182). Sum of RGB (Red+Green+Blue) = 200+39+182=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C827B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827B6 is #37D849. Grayscale: #676767. Windows color (decimal): -3659850 or 11937736. OLE color: 11937736.
HSL color Cylindrical-coordinate representation of color #C827B6: hue angle of 306.71º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827B6 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 39 | 182 | - |
CMYK | 0 | 0.80 | 0.09 | 0.22 |
HSL | 306.71º | 0.67% | 0.47% | - |
HSV(B) | 306.71º | 0.81% | 0.78% | - |
XYZ | 32.99 | 17.11 | 45.82 | - |
YUV | 103.44 | 172.34 | 196.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 39 | 182 | 0 | 0.80 | 0.09 | 0.22 | 306.71 | 0.67 | 0.47 |
Hex | C8 | 27 | B6 | 0 | 50 | 9 | 16 | 133 | 43 | 2F |
Octal | 310 | 47 | 266 | 0 | 120 | 11 | 26 | 463 | 103 | 57 |
Binary | 11001000 | 100111 | 10110110 | 0 | 1010000 | 1001 | 10110 | 100110011 | 1000011 | 101111 |
Color Harmonies of #C827B6
Complementary color
Monochromatic Colors of #C827B6
Black with #C827B6
Text Example
Text Example
White with #C827B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827B6; }
p { color: rgb(200,39,182); }
H1.HeaderClassName
{
color: #C827B6;
}
.AnyTagClassName
{
color: #C827B6;
}
</style>
background-color css
<style>
a { background-color: #C827B6; }
a { background-color: rgb(200,39,182); }
div.DivClassName
{
background-color: #C827B6;
}
.BgClassName
{
background-color: #C827B6;
}
</style>
border-color css
<style>
span { border-color: #C827B6; }
span { border-color: rgb(200,39,182); }
td.TdClassName
{
border-color: #C827B6;
}
.TagClassName
{
border-color: #C827B6;
}
</style>