Html Css Color HEX #C5146F Medium Violet Red

📋 copy color: '#C5146F'

red 197 ◦ green 20 ◦ blue 111

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

Shades of Medium Violet Red #C5146F

Tints of Medium Violet Red #C5146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 60.06%
G = 6.1%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5146F (or 0xC5146F) is known color: Medium Violet Red. HEX triplet: C5, 14 and 6F. RGB value is (197,20,111). Sum of RGB (Red+Green+Blue) = 197+20+111=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5146F is #3AEB90. Grayscale: #535353. Windows color (decimal): -3861393 or 7279813. OLE color: 7279813.

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

Color convert

RGB 197 20 111 -
CMYK 0 0.90 0.44 0.23
HSL 329.15º 0.82% 0.43% -
HSV(B) 329.15º 0.9% 0.77% -
XYZ 26.15 13.52 16.27 -
YUV 83.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 197 20 111 0 0.90 0.44 0.23 329.15 0.82 0.43
Hex C5 14 6F 0 5A 2C 17 149 52 2B
Octal 305 24 157 0 132 54 27 511 122 53
Binary 11000101 10100 1101111 0 1011010 101100 10111 101001001 1010010 101011

Color Harmonies of #C5146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5146F

Black with #C5146F

Text Example


Text Example

White with #C5146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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