Html Css Color HEX #C111DD Deep Magenta

📋 copy color: '#C111DD'

red 193 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #C111DD

Tints of Deep Magenta #C111DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 44.78%
G = 3.94%
B = 51.28%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C111DD (or 0xC111DD) is known color: Deep Magenta. HEX triplet: C1, 11 and DD. RGB value is (193,17,221). Sum of RGB (Red+Green+Blue) = 193+17+221=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C111DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111DD is #3EEE22. Grayscale: #5C5C5C. Windows color (decimal): -4124195 or 14488001. OLE color: 14488001.

HSL color Cylindrical-coordinate representation of color #C111DD: hue angle of 291.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C111DD is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 17 221 -
CMYK 0.13 0.92 0 0.13
HSL 291.76º 0.86% 0.47% -
HSV(B) 291.76º 0.92% 0.87% -
XYZ 35.24 16.96 69.82 -
YUV 92.88 200.31 199.41 -
System Red Green Blue C M Y K H S L
Decimal 193 17 221 0.13 0.92 0 0.13 291.76 0.86 0.47
Hex C1 11 DD D 5C 0 D 124 56 2F
Octal 301 21 335 15 134 0 15 444 126 57
Binary 11000001 10001 11011101 1101 1011100 0 1101 100100100 1010110 101111

Color Harmonies of #C111DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111DD

Black with #C111DD

Text Example


Text Example

White with #C111DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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