Html Css Color HEX #C829BE Deep Magenta

📋 copy color: '#C829BE'

red 200 ◦ green 41 ◦ blue 190

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

Shades of Deep Magenta #C829BE

Tints of Deep Magenta #C829BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 46.4%
G = 9.51%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C829BE (or 0xC829BE) is known color: 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

RGB 200 41 190 -
CMYK 0 0.80 0.05 0.22
HSL 303.77º 0.66% 0.47% -
HSV(B) 303.77º 0.8% 0.78% -
XYZ 33.91 17.58 50.32 -
YUV 105.53 175.68 195.38 -
System Red Green Blue C M Y K H S L
Decimal 200 41 190 0 0.80 0.05 0.22 303.77 0.66 0.47
Hex C8 29 BE 0 50 5 16 130 42 2F
Octal 310 51 276 0 120 5 26 460 102 57
Binary 11001000 101001 10111110 0 1010000 101 10110 100110000 1000010 101111

Color Harmonies of #C829BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829BE

Black with #C829BE

Text Example


Text Example

White with #C829BE

Text Example


Text Example

HTML Codes & Css Web 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>