Html Css Color HEX #C11DD0 Deep Magenta

📋 copy color: '#C11DD0'

red 193 ◦ green 29 ◦ blue 208

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

Shades of Deep Magenta #C11DD0

Tints of Deep Magenta #C11DD0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.74%

 BLUE value IS 208 (81.64% from 255) = 48.37%

R = 44.88%
G = 6.74%
B = 48.37%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C11DD0 (or 0xC11DD0) is known color: Deep Magenta. HEX triplet: C1, 1D and D0. RGB value is (193,29,208). Sum of RGB (Red+Green+Blue) = 193+29+208=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #C11DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DD0 is #3EE22F. Grayscale: #616161. Windows color (decimal): -4121136 or 13639105. OLE color: 13639105.

HSL color Cylindrical-coordinate representation of color #C11DD0: hue angle of 294.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11DD0 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 29 208 -
CMYK 0.07 0.86 0 0.18
HSL 294.97º 0.76% 0.46% -
HSV(B) 294.97º 0.86% 0.82% -
XYZ 33.82 16.77 61.13 -
YUV 98.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 193 29 208 0.07 0.86 0 0.18 294.97 0.76 0.46
Hex C1 1D D0 7 56 0 12 127 4C 2E
Octal 301 35 320 7 126 0 22 447 114 56
Binary 11000001 11101 11010000 111 1010110 0 10010 100100111 1001100 101110

Color Harmonies of #C11DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DD0

Black with #C11DD0

Text Example


Text Example

White with #C11DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DD0; }

 p { color: rgb(193,29,208); }

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

background-color css

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

 a { background-color: rgb(193,29,208); }

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

border-color css

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

 span { border-color: rgb(193,29,208); }

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