Html Css Color HEX #C5147C Medium Violet Red

📋 copy color: '#C5147C'

red 197 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #C5147C

Tints of Medium Violet Red #C5147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 57.77%
G = 5.87%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5147C (or 0xC5147C) is known color: Medium Violet Red. HEX triplet: C5, 14 and 7C. RGB value is (197,20,124). Sum of RGB (Red+Green+Blue) = 197+20+124=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5147C is #3AEB83. Grayscale: #545454. Windows color (decimal): -3861380 or 8131781. OLE color: 8131781.

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

Color convert

RGB 197 20 124 -
CMYK 0 0.90 0.37 0.23
HSL 324.75º 0.82% 0.43% -
HSV(B) 324.75º 0.9% 0.77% -
XYZ 26.91 13.83 20.32 -
YUV 84.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 197 20 124 0 0.90 0.37 0.23 324.75 0.82 0.43
Hex C5 14 7C 0 5A 25 17 145 52 2B
Octal 305 24 174 0 132 45 27 505 122 53
Binary 11000101 10100 1111100 0 1011010 100101 10111 101000101 1010010 101011

Color Harmonies of #C5147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5147C

Black with #C5147C

Text Example


Text Example

White with #C5147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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