#C829BE

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

Shades of Deep Magenta #C829BE

Tints of Deep Magenta #C829BE

Color information

#C829BE (or 0xC829BE) is unknown color: approx Deep Magenta. HEX triplet: C8, 29 and BE. RGB value is (200,41,190). Sum of RGB (Red+Green+Blue) = 200+41+190=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C829BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829BE is #37D641. Grayscale: #696969. Windows color (decimal): -3659330 or 12462536. OLE color: 12462536.

HSL color Cylindrical-coordinate representation of color #C829BE: hue angle of 303.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C829BE is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB20041190-
CMYK00.800.050.22
HSL303.77º65.98%47.25%-
HSV(B)303.77º79.5%78.43%-
XYZ33.9117.5850.32-
YUV105.53175.68195.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 41 (16.41% from 255) = 9.51%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=46.40%
G=9.51%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004119000.800.050.22303.7765.9847.25
HexC829BE050516130422f
Octal31051276012052646010257
Binary110010001010011011111001010000101101101001100001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C829BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C829BE; }

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

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

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

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

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

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

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

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