#C82ADD

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

Shades of Deep Magenta #C82ADD

Tints of Deep Magenta #C82ADD

Color information

#C82ADD (or 0xC82ADD) is unknown color: approx Deep Magenta. HEX triplet: C8, 2A and DD. RGB value is (200,42,221). Sum of RGB (Red+Green+Blue) = 200+42+221=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C82ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADD is #37D522. Grayscale: #6D6D6D. Windows color (decimal): -3659043 or 14494408. OLE color: 14494408.

HSL color Cylindrical-coordinate representation of color #C82ADD: hue angle of 292.96º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82ADD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20042221-
CMYK0.100.8100.13
HSL292.96º72.47%51.57%-
HSV(B)292.96º81%86.67%-
XYZ37.719.1670.12-
YUV109.65190.85192.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 42 (16.80% from 255) = 9.07%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=43.20%
G=9.07%
B=47.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200422210.100.8100.13292.9672.4751.57
HexC82ADDA510D1254834
Octal310523351212101544511064
Binary110010001010101101110110101010001011011001001011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82ADD; }

 p { color: rgb(200,42,221); }

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

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

 a { background-color: rgb(200,42,221); }

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

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

 span { border-color: rgb(200,42,221); }

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