#C82BD1

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

Shades of Deep Magenta #C82BD1

Tints of Deep Magenta #C82BD1

Color information

#C82BD1 (or 0xC82BD1) is unknown color: approx Deep Magenta. HEX triplet: C8, 2B and D1. RGB value is (200,43,209). Sum of RGB (Red+Green+Blue) = 200+43+209=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #C82BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BD1 is #37D42E. Grayscale: #6C6C6C. Windows color (decimal): -3658799 or 13708232. OLE color: 13708232.

HSL color Cylindrical-coordinate representation of color #C82BD1: hue angle of 296.75º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82BD1 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20043209-
CMYK0.040.7900.18
HSL296.75º65.87%49.41%-
HSV(B)296.75º79.43%81.96%-
XYZ36.1918.6162.01-
YUV108.87184.51193-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 43 (17.19% from 255) = 9.51%
BLUE value IS 209 (82.03% from 255) = 46.24%
R=44.25%
G=9.51%
B=46.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal200432090.040.7900.18296.7565.8749.41
HexC82BD144F0121294231
Octal31053321411702245110261
Binary110010001010111101000110010011110100101001010011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82BD1; }

 p { color: rgb(200,43,209); }

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

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

 a { background-color: rgb(200,43,209); }

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

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

 span { border-color: rgb(200,43,209); }

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