#C825DD

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

Shades of Deep Magenta #C825DD

Tints of Deep Magenta #C825DD

Color information

#C825DD (or 0xC825DD) is unknown color: approx Deep Magenta. HEX triplet: C8, 25 and DD. RGB value is (200,37,221). Sum of RGB (Red+Green+Blue) = 200+37+221=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #C825DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825DD is #37DA22. Grayscale: #6A6A6A. Windows color (decimal): -3660323 or 14493128. OLE color: 14493128.

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

Color convert

RGB20037221-
CMYK0.100.8300.13
HSL293.15º73.02%50.59%-
HSV(B)293.15º83.26%86.67%-
XYZ37.5318.8270.06-
YUV106.71192.5194.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 37 (14.84% from 255) = 8.08%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=43.67%
G=8.08%
B=48.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200372210.100.8300.13293.1573.0250.59
HexC825DDA530D1254933
Octal310453351212301544511163
Binary110010001001011101110110101010011011011001001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C825DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C825DD; }

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

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

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

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

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

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

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

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