Html Css Color HEX #C411C0 Deep Magenta

📋 copy color: '#C411C0'

red 196 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #C411C0

Tints of Deep Magenta #C411C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 48.4%
G = 4.2%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C411C0 (or 0xC411C0) is known color: Deep Magenta. HEX triplet: C4, 11 and C0. RGB value is (196,17,192). Sum of RGB (Red+Green+Blue) = 196+17+192=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C411C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411C0 is #3BEE3F. Grayscale: #595959. Windows color (decimal): -3927616 or 12587460. OLE color: 12587460.

HSL color Cylindrical-coordinate representation of color #C411C0: hue angle of 301.34º 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 #C411C0 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 192 -
CMYK 0 0.91 0.02 0.23
HSL 301.34º 0.84% 0.42% -
HSV(B) 301.34º 0.91% 0.77% -
XYZ 32.48 15.94 51.23 -
YUV 90.47 185.3 203.27 -
System Red Green Blue C M Y K H S L
Decimal 196 17 192 0 0.91 0.02 0.23 301.34 0.84 0.42
Hex C4 11 C0 0 5B 2 17 12D 54 2A
Octal 304 21 300 0 133 2 27 455 124 52
Binary 11000100 10001 11000000 0 1011011 10 10111 100101101 1010100 101010

Color Harmonies of #C411C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411C0

Black with #C411C0

Text Example


Text Example

White with #C411C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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