Html Css Color HEX #C11CC5 Deep Magenta

📋 copy color: '#C11CC5'

red 193 ◦ green 28 ◦ blue 197

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

Shades of Deep Magenta #C11CC5

Tints of Deep Magenta #C11CC5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

 BLUE value IS 197 (77.34% from 255) = 47.13%

R = 46.17%
G = 6.7%
B = 47.13%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C11CC5 (or 0xC11CC5) is known color: Deep Magenta. HEX triplet: C1, 1C and C5. RGB value is (193,28,197). Sum of RGB (Red+Green+Blue) = 193+28+197=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 197 - color contains mainly: blue. Hex color #C11CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CC5 is #3EE33A. Grayscale: #606060. Windows color (decimal): -4121403 or 12917953. OLE color: 12917953.

HSL color Cylindrical-coordinate representation of color #C11CC5: hue angle of 298.58º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11CC5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 28 197 -
CMYK 0.02 0.86 0 0.23
HSL 298.58º 0.75% 0.44% -
HSV(B) 298.58º 0.86% 0.77% -
XYZ 32.49 16.2 54.24 -
YUV 96.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 193 28 197 0.02 0.86 0 0.23 298.58 0.75 0.44
Hex C1 1C C5 2 56 0 17 12B 4B 2C
Octal 301 34 305 2 126 0 27 453 113 54
Binary 11000001 11100 11000101 10 1010110 0 10111 100101011 1001011 101100

Color Harmonies of #C11CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CC5

Black with #C11CC5

Text Example


Text Example

White with #C11CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CC5; }

 p { color: rgb(193,28,197); }

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

background-color css

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

 a { background-color: rgb(193,28,197); }

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

border-color css

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

 span { border-color: rgb(193,28,197); }

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