#C820B4

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

Shades of Deep Magenta #C820B4

Tints of Deep Magenta #C820B4

Color information

#C820B4 (or 0xC820B4) is unknown color: approx Deep Magenta. HEX triplet: C8, 20 and B4. RGB value is (200,32,180). Sum of RGB (Red+Green+Blue) = 200+32+180=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C820B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820B4 is #37DF4B. Grayscale: #626262. Windows color (decimal): -3661644 or 11804872. OLE color: 11804872.

HSL color Cylindrical-coordinate representation of color #C820B4: hue angle of 307.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C820B4 is Cyan = 0, Magento = 0.84, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB20032180-
CMYK00.840.10.22
HSL307.14º72.41%45.49%-
HSV(B)307.14º84%78.43%-
XYZ32.5716.6144.67-
YUV99.1173.66199.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 32 (12.89% from 255) = 7.77%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=48.54%
G=7.77%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003218000.840.10.22307.1472.4145.49
HexC820B4054A16133482d
Octal310402640124122646311055
Binary1100100010000010110100010101001010101101001100111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C820B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C820B4; }

 p { color: rgb(200,32,180); }

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

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

 a { background-color: rgb(200,32,180); }

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

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

 span { border-color: rgb(200,32,180); }

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