Html Css Color HEX #C5108F Medium Violet Red

📋 copy color: '#C5108F'

red 197 ◦ green 16 ◦ blue 143

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

Shades of Medium Violet Red #C5108F

Tints of Medium Violet Red #C5108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 55.34%
G = 4.49%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5108F (or 0xC5108F) is known color: Medium Violet Red. HEX triplet: C5, 10 and 8F. RGB value is (197,16,143). Sum of RGB (Red+Green+Blue) = 197+16+143=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5108F is #3AEF70. Grayscale: #545454. Windows color (decimal): -3862385 or 9375941. OLE color: 9375941.

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

Color convert

RGB 197 16 143 -
CMYK 0 0.92 0.27 0.23
HSL 317.9º 0.85% 0.42% -
HSV(B) 317.9º 0.92% 0.77% -
XYZ 28.17 14.22 27.25 -
YUV 84.6 160.97 208.17 -
System Red Green Blue C M Y K H S L
Decimal 197 16 143 0 0.92 0.27 0.23 317.9 0.85 0.42
Hex C5 10 8F 0 5C 1B 17 13E 55 2A
Octal 305 20 217 0 134 33 27 476 125 52
Binary 11000101 10000 10001111 0 1011100 11011 10111 100111110 1010101 101010

Color Harmonies of #C5108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5108F

Black with #C5108F

Text Example


Text Example

White with #C5108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5108F; }

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

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

background-color css

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

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

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

border-color css

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

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

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