#C828D6

Color #C828D6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C828D6

Tints of Deep Magenta #C828D6

Color information

#C828D6 (or 0xC828D6) is unknown color: approx Deep Magenta. HEX triplet: C8, 28 and D6. RGB value is (200,40,214). Sum of RGB (Red+Green+Blue) = 200+40+214=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #C828D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828D6 is #37D729. Grayscale: #6B6B6B. Windows color (decimal): -3659562 or 14035144. OLE color: 14035144.

HSL color Cylindrical-coordinate representation of color #C828D6: hue angle of 295.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C828D6 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20040214-
CMYK0.070.8100.16
HSL295.17º68.5%49.8%-
HSV(B)295.17º81.31%83.92%-
XYZ36.7218.6565.28-
YUV107.68188.01193.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 40 (16.02% from 255) = 8.81%
BLUE value IS 214 (83.98% from 255) = 47.14%
R=44.05%
G=8.81%
B=47.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200402140.070.8100.16295.1768.549.8
HexC828D67510101274532
Octal31050326712102044710562
Binary110010001010001101011011110100010100001001001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C828D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C828D6; }

 p { color: rgb(200,40,214); }

 H1.HeaderClassName
 {
   color: #C828D6;
 }
 .AnyTagClassName
 {
   color: #C828D6;
 }
</style>
background-color css

<style>
 a { background-color: #C828D6; }

 a { background-color: rgb(200,40,214); }

 div.DivClassName
 {
   background-color: #C828D6;
 }
 .BgClassName
 {
   background-color: #C828D6;
 }
</style>
border-color css

<style>
 span { border-color: #C828D6; }

 span { border-color: rgb(200,40,214); }

 td.TdClassName
 {
   border-color: #C828D6;
 }
 .TagClassName
 {
   border-color: #C828D6;
 }
</style>