Html Css Color HEX #C411B0 Deep Magenta

📋 copy color: '#C411B0'

red 196 ◦ green 17 ◦ blue 176

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

Shades of Deep Magenta #C411B0

Tints of Deep Magenta #C411B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.24%

R = 50.39%
G = 4.37%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C411B0 (or 0xC411B0) is known color: Deep Magenta. HEX triplet: C4, 11 and B0. RGB value is (196,17,176). Sum of RGB (Red+Green+Blue) = 196+17+176=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C411B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C411B0 is #3BEE4F. Grayscale: #585858. Windows color (decimal): -3927632 or 11538884. OLE color: 11538884.

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

Color convert

RGB 196 17 176 -
CMYK 0 0.91 0.10 0.23
HSL 306.7º 0.84% 0.42% -
HSV(B) 306.7º 0.91% 0.77% -
XYZ 30.8 15.27 42.4 -
YUV 88.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 196 17 176 0 0.91 0.10 0.23 306.7 0.84 0.42
Hex C4 11 B0 0 5B A 17 133 54 2A
Octal 304 21 260 0 133 12 27 463 124 52
Binary 11000100 10001 10110000 0 1011011 1010 10111 100110011 1010100 101010

Color Harmonies of #C411B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411B0

Black with #C411B0

Text Example


Text Example

White with #C411B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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