Html Css Color HEX #C819B6 Deep Magenta

📋 copy color: '#C819B6'

red 200 ◦ green 25 ◦ blue 182

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

Shades of Deep Magenta #C819B6

Tints of Deep Magenta #C819B6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 49.14%
G = 6.14%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C819B6 (or 0xC819B6) is known color: Deep Magenta. HEX triplet: C8, 19 and B6. RGB value is (200,25,182). Sum of RGB (Red+Green+Blue) = 200+25+182=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C819B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819B6 is #37E649. Grayscale: #5E5E5E. Windows color (decimal): -3663434 or 11934152. OLE color: 11934152.

HSL color Cylindrical-coordinate representation of color #C819B6: hue angle of 306.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819B6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 182 -
CMYK 0 0.88 0.09 0.22
HSL 306.17º 0.78% 0.44% -
HSV(B) 306.17º 0.88% 0.78% -
XYZ 32.61 16.35 45.69 -
YUV 95.22 176.98 202.73 -
System Red Green Blue C M Y K H S L
Decimal 200 25 182 0 0.88 0.09 0.22 306.17 0.78 0.44
Hex C8 19 B6 0 58 9 16 132 4E 2C
Octal 310 31 266 0 130 11 26 462 116 54
Binary 11001000 11001 10110110 0 1011000 1001 10110 100110010 1001110 101100

Color Harmonies of #C819B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819B6

Black with #C819B6

Text Example


Text Example

White with #C819B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819B6; }

 p { color: rgb(200,25,182); }

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

background-color css

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

 a { background-color: rgb(200,25,182); }

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

border-color css

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

 span { border-color: rgb(200,25,182); }

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