Html Css Color HEX #C411A0 Medium Violet Red

📋 copy color: '#C411A0'

red 196 ◦ green 17 ◦ blue 160

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

Shades of Medium Violet Red #C411A0

Tints of Medium Violet Red #C411A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 52.55%
G = 4.56%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C411A0 (or 0xC411A0) is known color: Medium Violet Red. HEX triplet: C4, 11 and A0. RGB value is (196,17,160). Sum of RGB (Red+Green+Blue) = 196+17+160=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C411A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C411A0 is #3BEE5F. Grayscale: #565656. Windows color (decimal): -3927648 or 10490308. OLE color: 10490308.

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

Color convert

RGB 196 17 160 -
CMYK 0 0.91 0.18 0.23
HSL 312.07º 0.84% 0.42% -
HSV(B) 312.07º 0.91% 0.77% -
XYZ 29.31 14.67 34.55 -
YUV 86.82 169.3 205.87 -
System Red Green Blue C M Y K H S L
Decimal 196 17 160 0 0.91 0.18 0.23 312.07 0.84 0.42
Hex C4 11 A0 0 5B 12 17 138 54 2A
Octal 304 21 240 0 133 22 27 470 124 52
Binary 11000100 10001 10100000 0 1011011 10010 10111 100111000 1010100 101010

Color Harmonies of #C411A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411A0

Black with #C411A0

Text Example


Text Example

White with #C411A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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