Html Css Color HEX #C5156E Medium Violet Red

📋 copy color: '#C5156E'

red 197 ◦ green 21 ◦ blue 110

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

Shades of Medium Violet Red #C5156E

Tints of Medium Violet Red #C5156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 60.06%
G = 6.4%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5156E (or 0xC5156E) is known color: Medium Violet Red. HEX triplet: C5, 15 and 6E. RGB value is (197,21,110). Sum of RGB (Red+Green+Blue) = 197+21+110=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5156E is #3AEA91. Grayscale: #535353. Windows color (decimal): -3861138 or 7214533. OLE color: 7214533.

HSL color Cylindrical-coordinate representation of color #C5156E: hue angle of 329.66º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5156E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 110 -
CMYK 0 0.89 0.44 0.23
HSL 329.66º 0.81% 0.43% -
HSV(B) 329.66º 0.89% 0.77% -
XYZ 26.11 13.53 15.99 -
YUV 83.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 197 21 110 0 0.89 0.44 0.23 329.66 0.81 0.43
Hex C5 15 6E 0 59 2C 17 14A 51 2B
Octal 305 25 156 0 131 54 27 512 121 53
Binary 11000101 10101 1101110 0 1011001 101100 10111 101001010 1010001 101011

Color Harmonies of #C5156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5156E

Black with #C5156E

Text Example


Text Example

White with #C5156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5156E; }

 p { color: rgb(197,21,110); }

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

background-color css

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

 a { background-color: rgb(197,21,110); }

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

border-color css

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

 span { border-color: rgb(197,21,110); }

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