#C829CA

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

Shades of Deep Magenta #C829CA

Tints of Deep Magenta #C829CA

Color information

#C829CA (or 0xC829CA) is unknown color: approx Deep Magenta. HEX triplet: C8, 29 and CA. RGB value is (200,41,202). Sum of RGB (Red+Green+Blue) = 200+41+202=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #C829CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829CA is #37D635. Grayscale: #6A6A6A. Windows color (decimal): -3659318 or 13248968. OLE color: 13248968.

HSL color Cylindrical-coordinate representation of color #C829CA: hue angle of 299.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C829CA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20041202-
CMYK0.010.8000.21
HSL299.25º66.26%47.65%-
HSV(B)299.25º79.7%79.22%-
XYZ35.2718.1357.52-
YUV106.9181.68194.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 41 (16.41% from 255) = 9.26%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=45.15%
G=9.26%
B=45.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200412020.010.8000.21299.2566.2647.65
HexC829CA15001512b4230
Octal31051312112002545310260
Binary1100100010100111001010110100000101011001010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C829CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C829CA; }

 p { color: rgb(200,41,202); }

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

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

 a { background-color: rgb(200,41,202); }

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

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

 span { border-color: rgb(200,41,202); }

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