Html Css Color HEX #C11CC2 Deep Magenta

📋 copy color: '#C11CC2'

red 193 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #C11CC2

Tints of Deep Magenta #C11CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.75%

R = 46.51%
G = 6.75%
B = 46.75%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C11CC2 (or 0xC11CC2) is known color: Deep Magenta. HEX triplet: C1, 1C and C2. RGB value is (193,28,194). Sum of RGB (Red+Green+Blue) = 193+28+194=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #C11CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CC2 is #3EE33D. Grayscale: #5F5F5F. Windows color (decimal): -4121406 or 12721345. OLE color: 12721345.

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

Color convert

RGB 193 28 194 -
CMYK 0.01 0.86 0 0.24
HSL 299.64º 0.75% 0.44% -
HSV(B) 299.64º 0.86% 0.76% -
XYZ 32.15 16.06 52.45 -
YUV 96.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 193 28 194 0.01 0.86 0 0.24 299.64 0.75 0.44
Hex C1 1C C2 1 56 0 18 12C 4B 2C
Octal 301 34 302 1 126 0 30 454 113 54
Binary 11000001 11100 11000010 1 1010110 0 11000 100101100 1001011 101100

Color Harmonies of #C11CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CC2

Black with #C11CC2

Text Example


Text Example

White with #C11CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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