Html Css Color HEX #C5108A Medium Violet Red

📋 copy color: '#C5108A'

red 197 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #C5108A

Tints of Medium Violet Red #C5108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.56%

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 56.13%
G = 4.56%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5108A (or 0xC5108A) is known color: Medium Violet Red. HEX triplet: C5, 10 and 8A. RGB value is (197,16,138). Sum of RGB (Red+Green+Blue) = 197+16+138=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C5108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5108A is #3AEF75. Grayscale: #535353. Windows color (decimal): -3862390 or 9048261. OLE color: 9048261.

HSL color Cylindrical-coordinate representation of color #C5108A: hue angle of 319.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5108A is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 138 -
CMYK 0 0.92 0.30 0.23
HSL 319.56º 0.85% 0.42% -
HSV(B) 319.56º 0.92% 0.77% -
XYZ 27.8 14.08 25.3 -
YUV 84.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 197 16 138 0 0.92 0.30 0.23 319.56 0.85 0.42
Hex C5 10 8A 0 5C 1E 17 140 55 2A
Octal 305 20 212 0 134 36 27 500 125 52
Binary 11000101 10000 10001010 0 1011100 11110 10111 101000000 1010101 101010

Color Harmonies of #C5108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5108A

Black with #C5108A

Text Example


Text Example

White with #C5108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5108A; }

 p { color: rgb(197,16,138); }

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

background-color css

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

 a { background-color: rgb(197,16,138); }

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

border-color css

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

 span { border-color: rgb(197,16,138); }

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