Html Css Color HEX #C111DA Deep Magenta

📋 copy color: '#C111DA'

red 193 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #C111DA

Tints of Deep Magenta #C111DA

RGB

 RED value IS 193 (75.78% from 255) = 45.09%

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

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

R = 45.09%
G = 3.97%
B = 50.93%

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

#C111DA (or 0xC111DA) is known color: Deep Magenta. HEX triplet: C1, 11 and DA. RGB value is (193,17,218). Sum of RGB (Red+Green+Blue) = 193+17+218=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #C111DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111DA is #3EEE25. Grayscale: #5B5B5B. Windows color (decimal): -4124198 or 14291393. OLE color: 14291393.

HSL color Cylindrical-coordinate representation of color #C111DA: hue angle of 292.54º 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 #C111DA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 17 218 -
CMYK 0.11 0.92 0 0.15
HSL 292.54º 0.86% 0.46% -
HSV(B) 292.54º 0.92% 0.85% -
XYZ 34.85 16.8 67.74 -
YUV 92.54 198.81 199.66 -
System Red Green Blue C M Y K H S L
Decimal 193 17 218 0.11 0.92 0 0.15 292.54 0.86 0.46
Hex C1 11 DA B 5C 0 F 125 56 2E
Octal 301 21 332 13 134 0 17 445 126 56
Binary 11000001 10001 11011010 1011 1011100 0 1111 100100101 1010110 101110

Color Harmonies of #C111DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111DA

Black with #C111DA

Text Example


Text Example

White with #C111DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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