Html Css Color HEX #C5149A Medium Violet Red

📋 copy color: '#C5149A'

red 197 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #C5149A

Tints of Medium Violet Red #C5149A

RGB

 RED value IS 197 (77.34% from 255) = 53.1%

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

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

R = 53.1%
G = 5.39%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5149A (or 0xC5149A) is known color: Medium Violet Red. HEX triplet: C5, 14 and 9A. RGB value is (197,20,154). Sum of RGB (Red+Green+Blue) = 197+20+154=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5149A is #3AEB65. Grayscale: #575757. Windows color (decimal): -3861350 or 10097861. OLE color: 10097861.

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

Color convert

RGB 197 20 154 -
CMYK 0 0.90 0.22 0.23
HSL 314.58º 0.82% 0.43% -
HSV(B) 314.58º 0.9% 0.77% -
XYZ 29.11 14.7 31.88 -
YUV 88.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 197 20 154 0 0.90 0.22 0.23 314.58 0.82 0.43
Hex C5 14 9A 0 5A 16 17 13B 52 2B
Octal 305 24 232 0 132 26 27 473 122 53
Binary 11000101 10100 10011010 0 1011010 10110 10111 100111011 1010010 101011

Color Harmonies of #C5149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5149A

Black with #C5149A

Text Example


Text Example

White with #C5149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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