Html Css Color HEX #C829DC Deep Magenta

📋 copy color: '#C829DC'

red 200 ◦ green 41 ◦ blue 220

#C829DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C829DC

Tints of Deep Magenta #C829DC

RGB

 RED value IS 200 (78.52% from 255) = 43.38%

 GREEN value IS 41 (16.41% from 255) = 8.89%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 43.38%
G = 8.89%
B = 47.72%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C829DC (or 0xC829DC) is known color: Deep Magenta. HEX triplet: C8, 29 and DC. RGB value is (200,41,220). Sum of RGB (Red+Green+Blue) = 200+41+220=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C829DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829DC is #37D623. Grayscale: #6C6C6C. Windows color (decimal): -3659300 or 14428616. OLE color: 14428616.

HSL color Cylindrical-coordinate representation of color #C829DC: hue angle of 293.3º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C829DC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 41 220 -
CMYK 0.09 0.81 0 0.14
HSL 293.3º 0.72% 0.51% -
HSV(B) 293.3º 0.81% 0.86% -
XYZ 37.53 19.03 69.41 -
YUV 108.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 200 41 220 0.09 0.81 0 0.14 293.3 0.72 0.51
Hex C8 29 DC 9 51 0 E 125 48 33
Octal 310 51 334 11 121 0 16 445 110 63
Binary 11001000 101001 11011100 1001 1010001 0 1110 100100101 1001000 110011

Color Harmonies of #C829DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829DC

Black with #C829DC

Text Example


Text Example

White with #C829DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C829DC; }

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

 H1.HeaderClassName
 {
   color: #C829DC;
 }
 .AnyTagClassName
 {
   color: #C829DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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