Html Css Color HEX #C211DA Deep Magenta

📋 copy color: '#C211DA'

red 194 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #C211DA

Tints of Deep Magenta #C211DA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.96%

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 45.22%
G = 3.96%
B = 50.82%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C211DA (or 0xC211DA) is known color: Deep Magenta. HEX triplet: C2, 11 and DA. RGB value is (194,17,218). Sum of RGB (Red+Green+Blue) = 194+17+218=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #C211DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211DA is #3DEE25. Grayscale: #5C5C5C. Windows color (decimal): -4058662 or 14291394. OLE color: 14291394.

HSL color Cylindrical-coordinate representation of color #C211DA: hue angle of 292.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C211DA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 17 218 -
CMYK 0.11 0.92 0 0.15
HSL 292.84º 0.86% 0.46% -
HSV(B) 292.84º 0.92% 0.85% -
XYZ 35.1 16.93 67.75 -
YUV 92.84 198.64 200.16 -
System Red Green Blue C M Y K H S L
Decimal 194 17 218 0.11 0.92 0 0.15 292.84 0.86 0.46
Hex C2 11 DA B 5C 0 F 125 56 2E
Octal 302 21 332 13 134 0 17 445 126 56
Binary 11000010 10001 11011010 1011 1011100 0 1111 100100101 1010110 101110

Color Harmonies of #C211DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211DA

Black with #C211DA

Text Example


Text Example

White with #C211DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211DA; }

 p { color: rgb(194,17,218); }

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

background-color css

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

 a { background-color: rgb(194,17,218); }

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

border-color css

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

 span { border-color: rgb(194,17,218); }

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