Html Css Color HEX #C414AA Medium Violet Red

📋 copy color: '#C414AA'

red 196 ◦ green 20 ◦ blue 170

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

Shades of Medium Violet Red #C414AA

Tints of Medium Violet Red #C414AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 50.78%
G = 5.18%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C414AA (or 0xC414AA) is known color: Medium Violet Red. HEX triplet: C4, 14 and AA. RGB value is (196,20,170). Sum of RGB (Red+Green+Blue) = 196+20+170=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C414AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414AA is #3BEB55. Grayscale: #595959. Windows color (decimal): -3926870 or 11146436. OLE color: 11146436.

HSL color Cylindrical-coordinate representation of color #C414AA: hue angle of 308.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414AA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 170 -
CMYK 0 0.90 0.13 0.23
HSL 308.86º 0.81% 0.42% -
HSV(B) 308.86º 0.9% 0.77% -
XYZ 30.27 15.14 39.36 -
YUV 89.72 173.31 203.8 -
System Red Green Blue C M Y K H S L
Decimal 196 20 170 0 0.90 0.13 0.23 308.86 0.81 0.42
Hex C4 14 AA 0 5A D 17 135 51 2A
Octal 304 24 252 0 132 15 27 465 121 52
Binary 11000100 10100 10101010 0 1011010 1101 10111 100110101 1010001 101010

Color Harmonies of #C414AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414AA

Black with #C414AA

Text Example


Text Example

White with #C414AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414AA; }

 p { color: rgb(196,20,170); }

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

background-color css

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

 a { background-color: rgb(196,20,170); }

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

border-color css

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

 span { border-color: rgb(196,20,170); }

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