Html Css Color HEX #C11ECA Deep Magenta

📋 copy color: '#C11ECA'

red 193 ◦ green 30 ◦ blue 202

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

Shades of Deep Magenta #C11ECA

Tints of Deep Magenta #C11ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.06%

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 45.41%
G = 7.06%
B = 47.53%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C11ECA (or 0xC11ECA) is known color: Deep Magenta. HEX triplet: C1, 1E and CA. RGB value is (193,30,202). Sum of RGB (Red+Green+Blue) = 193+30+202=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #C11ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ECA is #3EE135. Grayscale: #616161. Windows color (decimal): -4120886 or 13246145. OLE color: 13246145.

HSL color Cylindrical-coordinate representation of color #C11ECA: hue angle of 296.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11ECA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 30 202 -
CMYK 0.04 0.85 0 0.21
HSL 296.86º 0.74% 0.45% -
HSV(B) 296.86º 0.85% 0.79% -
XYZ 33.12 16.53 57.32 -
YUV 98.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 193 30 202 0.04 0.85 0 0.21 296.86 0.74 0.45
Hex C1 1E CA 4 55 0 15 129 4A 2D
Octal 301 36 312 4 125 0 25 451 112 55
Binary 11000001 11110 11001010 100 1010101 0 10101 100101001 1001010 101101

Color Harmonies of #C11ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11ECA

Black with #C11ECA

Text Example


Text Example

White with #C11ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11ECA; }

 p { color: rgb(193,30,202); }

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

background-color css

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

 a { background-color: rgb(193,30,202); }

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

border-color css

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

 span { border-color: rgb(193,30,202); }

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