Html Css Color HEX #C5149E Medium Violet Red

📋 copy color: '#C5149E'

red 197 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #C5149E

Tints of Medium Violet Red #C5149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 52.53%
G = 5.33%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5149E (or 0xC5149E) is known color: Medium Violet Red. HEX triplet: C5, 14 and 9E. RGB value is (197,20,158). Sum of RGB (Red+Green+Blue) = 197+20+158=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5149E is #3AEB61. Grayscale: #585858. Windows color (decimal): -3861346 or 10360005. OLE color: 10360005.

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

Color convert

RGB 197 20 158 -
CMYK 0 0.90 0.20 0.23
HSL 313.22º 0.82% 0.43% -
HSV(B) 313.22º 0.9% 0.77% -
XYZ 29.45 14.84 33.66 -
YUV 88.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 197 20 158 0 0.90 0.20 0.23 313.22 0.82 0.43
Hex C5 14 9E 0 5A 14 17 139 52 2B
Octal 305 24 236 0 132 24 27 471 122 53
Binary 11000101 10100 10011110 0 1011010 10100 10111 100111001 1010010 101011

Color Harmonies of #C5149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5149E

Black with #C5149E

Text Example


Text Example

White with #C5149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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