#C827DA

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

Shades of Deep Magenta #C827DA

Tints of Deep Magenta #C827DA

Color information

#C827DA (or 0xC827DA) is unknown color: approx 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

RGB20039218-
CMYK0.080.8200.15
HSL293.97º70.75%50.39%-
HSV(B)293.97º82.11%85.49%-
XYZ37.218.7968-
YUV107.54190.34193.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 39 (15.62% from 255) = 8.53%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=43.76%
G=8.53%
B=47.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200392180.080.8200.15293.9770.7550.39
HexC827DA8520F1264732
Octal310473321012201744610762
Binary110010001001111101101010001010010011111001001101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C827DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>