Html Css Color HEX #C411A6 Medium Violet Red

📋 copy color: '#C411A6'

red 196 ◦ green 17 ◦ blue 166

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

Shades of Medium Violet Red #C411A6

Tints of Medium Violet Red #C411A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 51.72%
G = 4.49%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C411A6 (or 0xC411A6) is known color: Medium Violet Red. HEX triplet: C4, 11 and A6. RGB value is (196,17,166). Sum of RGB (Red+Green+Blue) = 196+17+166=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C411A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C411A6 is #3BEE59. Grayscale: #575757. Windows color (decimal): -3927642 or 10883524. OLE color: 10883524.

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

Color convert

RGB 196 17 166 -
CMYK 0 0.91 0.15 0.23
HSL 310.06º 0.84% 0.42% -
HSV(B) 310.06º 0.91% 0.77% -
XYZ 29.85 14.89 37.38 -
YUV 87.51 172.3 205.38 -
System Red Green Blue C M Y K H S L
Decimal 196 17 166 0 0.91 0.15 0.23 310.06 0.84 0.42
Hex C4 11 A6 0 5B F 17 136 54 2A
Octal 304 21 246 0 133 17 27 466 124 52
Binary 11000100 10001 10100110 0 1011011 1111 10111 100110110 1010100 101010

Color Harmonies of #C411A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411A6

Black with #C411A6

Text Example


Text Example

White with #C411A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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