Html Css Color HEX #C5106F Medium Violet Red

📋 copy color: '#C5106F'

red 197 ◦ green 16 ◦ blue 111

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

Shades of Medium Violet Red #C5106F

Tints of Medium Violet Red #C5106F

RGB

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

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

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

R = 60.8%
G = 4.94%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5106F (or 0xC5106F) is known color: Medium Violet Red. HEX triplet: C5, 10 and 6F. RGB value is (197,16,111). Sum of RGB (Red+Green+Blue) = 197+16+111=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5106F is #3AEF90. Grayscale: #505050. Windows color (decimal): -3862417 or 7278789. OLE color: 7278789.

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

Color convert

RGB 197 16 111 -
CMYK 0 0.92 0.44 0.23
HSL 328.51º 0.85% 0.42% -
HSV(B) 328.51º 0.92% 0.77% -
XYZ 26.08 13.39 16.25 -
YUV 80.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 197 16 111 0 0.92 0.44 0.23 328.51 0.85 0.42
Hex C5 10 6F 0 5C 2C 17 149 55 2A
Octal 305 20 157 0 134 54 27 511 125 52
Binary 11000101 10000 1101111 0 1011100 101100 10111 101001001 1010101 101010

Color Harmonies of #C5106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5106F

Black with #C5106F

Text Example


Text Example

White with #C5106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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