Html Css Color HEX #C5147A Medium Violet Red

📋 copy color: '#C5147A'

red 197 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #C5147A

Tints of Medium Violet Red #C5147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 58.11%
G = 5.9%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5147A (or 0xC5147A) is known color: Medium Violet Red. HEX triplet: C5, 14 and 7A. RGB value is (197,20,122). Sum of RGB (Red+Green+Blue) = 197+20+122=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5147A is #3AEB85. Grayscale: #545454. Windows color (decimal): -3861382 or 8000709. OLE color: 8000709.

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

Color convert

RGB 197 20 122 -
CMYK 0 0.90 0.38 0.23
HSL 325.42º 0.82% 0.43% -
HSV(B) 325.42º 0.9% 0.77% -
XYZ 26.79 13.78 19.66 -
YUV 84.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 197 20 122 0 0.90 0.38 0.23 325.42 0.82 0.43
Hex C5 14 7A 0 5A 26 17 145 52 2B
Octal 305 24 172 0 132 46 27 505 122 53
Binary 11000101 10100 1111010 0 1011010 100110 10111 101000101 1010010 101011

Color Harmonies of #C5147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5147A

Black with #C5147A

Text Example


Text Example

White with #C5147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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