Html Css Color HEX #C4149A Medium Violet Red

📋 copy color: '#C4149A'

red 196 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #C4149A

Tints of Medium Violet Red #C4149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 52.97%
G = 5.41%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4149A (or 0xC4149A) is known color: Medium Violet Red. HEX triplet: C4, 14 and 9A. RGB value is (196,20,154). Sum of RGB (Red+Green+Blue) = 196+20+154=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4149A is #3BEB65. Grayscale: #575757. Windows color (decimal): -3926886 or 10097860. OLE color: 10097860.

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

Color convert

RGB 196 20 154 -
CMYK 0 0.90 0.21 0.23
HSL 314.32º 0.81% 0.42% -
HSV(B) 314.32º 0.9% 0.77% -
XYZ 28.85 14.57 31.86 -
YUV 87.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 196 20 154 0 0.90 0.21 0.23 314.32 0.81 0.42
Hex C4 14 9A 0 5A 15 17 13A 51 2A
Octal 304 24 232 0 132 25 27 472 121 52
Binary 11000100 10100 10011010 0 1011010 10101 10111 100111010 1010001 101010

Color Harmonies of #C4149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4149A

Black with #C4149A

Text Example


Text Example

White with #C4149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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