#C825D2

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

Shades of Deep Magenta #C825D2

Tints of Deep Magenta #C825D2

Color information

#C825D2 (or 0xC825D2) is unknown color: approx Deep Magenta. HEX triplet: C8, 25 and D2. RGB value is (200,37,210). Sum of RGB (Red+Green+Blue) = 200+37+210=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #C825D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825D2 is #37DA2D. Grayscale: #686868. Windows color (decimal): -3660334 or 13772232. OLE color: 13772232.

HSL color Cylindrical-coordinate representation of color #C825D2: hue angle of 296.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C825D2 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20037210-
CMYK0.050.8200.18
HSL296.53º70.04%48.43%-
HSV(B)296.53º82.38%82.35%-
XYZ36.1118.2662.59-
YUV105.46187195.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 37 (14.84% from 255) = 8.28%
BLUE value IS 210 (82.42% from 255) = 46.98%
R=44.74%
G=8.28%
B=46.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal200372100.050.8200.18296.5370.0448.43
HexC825D25520121294630
Octal31045322512202245110660
Binary110010001001011101001010110100100100101001010011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C825D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C825D2; }

 p { color: rgb(200,37,210); }

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

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

 a { background-color: rgb(200,37,210); }

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

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

 span { border-color: rgb(200,37,210); }

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