Html Css Color HEX #C5147F Medium Violet Red

📋 copy color: '#C5147F'

red 197 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #C5147F

Tints of Medium Violet Red #C5147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 57.27%
G = 5.81%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5147F (or 0xC5147F) is known color: Medium Violet Red. HEX triplet: C5, 14 and 7F. RGB value is (197,20,127). Sum of RGB (Red+Green+Blue) = 197+20+127=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5147F is #3AEB80. Grayscale: #545454. Windows color (decimal): -3861377 or 8328389. OLE color: 8328389.

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

Color convert

RGB 197 20 127 -
CMYK 0 0.90 0.36 0.23
HSL 323.73º 0.82% 0.43% -
HSV(B) 323.73º 0.9% 0.77% -
XYZ 27.11 13.9 21.33 -
YUV 85.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 197 20 127 0 0.90 0.36 0.23 323.73 0.82 0.43
Hex C5 14 7F 0 5A 24 17 144 52 2B
Octal 305 24 177 0 132 44 27 504 122 53
Binary 11000101 10100 1111111 0 1011010 100100 10111 101000100 1010010 101011

Color Harmonies of #C5147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5147F

Black with #C5147F

Text Example


Text Example

White with #C5147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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