Html Css Color HEX #C411C2 Deep Magenta

📋 copy color: '#C411C2'

red 196 ◦ green 17 ◦ blue 194

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

Shades of Deep Magenta #C411C2

Tints of Deep Magenta #C411C2

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

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

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

R = 48.16%
G = 4.18%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C411C2 (or 0xC411C2) is known color: Deep Magenta. HEX triplet: C4, 11 and C2. RGB value is (196,17,194). Sum of RGB (Red+Green+Blue) = 196+17+194=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C411C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411C2 is #3BEE3D. Grayscale: #5A5A5A. Windows color (decimal): -3927614 or 12718532. OLE color: 12718532.

HSL color Cylindrical-coordinate representation of color #C411C2: hue angle of 300.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C411C2 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 194 -
CMYK 0 0.91 0.01 0.23
HSL 300.67º 0.84% 0.42% -
HSV(B) 300.67º 0.91% 0.77% -
XYZ 32.7 16.03 52.41 -
YUV 90.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 196 17 194 0 0.91 0.01 0.23 300.67 0.84 0.42
Hex C4 11 C2 0 5B 1 17 12D 54 2A
Octal 304 21 302 0 133 1 27 455 124 52
Binary 11000100 10001 11000010 0 1011011 1 10111 100101101 1010100 101010

Color Harmonies of #C411C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411C2

Black with #C411C2

Text Example


Text Example

White with #C411C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411C2; }

 p { color: rgb(196,17,194); }

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

background-color css

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

 a { background-color: rgb(196,17,194); }

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

border-color css

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

 span { border-color: rgb(196,17,194); }

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