Html Css Color HEX #C5108B Medium Violet Red

📋 copy color: '#C5108B'

red 197 ◦ green 16 ◦ blue 139

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

Shades of Medium Violet Red #C5108B

Tints of Medium Violet Red #C5108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 55.97%
G = 4.55%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5108B (or 0xC5108B) is known color: Medium Violet Red. HEX triplet: C5, 10 and 8B. RGB value is (197,16,139). Sum of RGB (Red+Green+Blue) = 197+16+139=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5108B is #3AEF74. Grayscale: #535353. Windows color (decimal): -3862389 or 9113797. OLE color: 9113797.

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

Color convert

RGB 197 16 139 -
CMYK 0 0.92 0.29 0.23
HSL 319.23º 0.85% 0.42% -
HSV(B) 319.23º 0.92% 0.77% -
XYZ 27.87 14.1 25.68 -
YUV 84.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 197 16 139 0 0.92 0.29 0.23 319.23 0.85 0.42
Hex C5 10 8B 0 5C 1D 17 13F 55 2A
Octal 305 20 213 0 134 35 27 477 125 52
Binary 11000101 10000 10001011 0 1011100 11101 10111 100111111 1010101 101010

Color Harmonies of #C5108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5108B

Black with #C5108B

Text Example


Text Example

White with #C5108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5108B; }

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

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

background-color css

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

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

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

border-color css

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

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

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