Html Css Color HEX #C219DC Deep Magenta

📋 copy color: '#C219DC'

red 194 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #C219DC

Tints of Deep Magenta #C219DC

RGB

 RED value IS 194 (76.17% from 255) = 44.19%

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

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

R = 44.19%
G = 5.69%
B = 50.11%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C219DC (or 0xC219DC) is known color: Deep Magenta. HEX triplet: C2, 19 and DC. RGB value is (194,25,220). Sum of RGB (Red+Green+Blue) = 194+25+220=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C219DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219DC is #3DE623. Grayscale: #616161. Windows color (decimal): -4056612 or 14424514. OLE color: 14424514.

HSL color Cylindrical-coordinate representation of color #C219DC: hue angle of 292º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C219DC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 25 220 -
CMYK 0.12 0.89 0 0.14
HSL 292º 0.8% 0.48% -
HSV(B) 292º 0.89% 0.86% -
XYZ 35.51 17.33 69.18 -
YUV 97.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 194 25 220 0.12 0.89 0 0.14 292 0.8 0.48
Hex C2 19 DC C 59 0 E 124 50 30
Octal 302 31 334 14 131 0 16 444 120 60
Binary 11000010 11001 11011100 1100 1011001 0 1110 100100100 1010000 110000

Color Harmonies of #C219DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219DC

Black with #C219DC

Text Example


Text Example

White with #C219DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219DC; }

 p { color: rgb(194,25,220); }

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

background-color css

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

 a { background-color: rgb(194,25,220); }

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

border-color css

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

 span { border-color: rgb(194,25,220); }

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