Html Css Color HEX #C4108D Medium Violet Red

📋 copy color: '#C4108D'

red 196 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #C4108D

Tints of Medium Violet Red #C4108D

RGB

 RED value IS 196 (76.95% from 255) = 55.52%

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 55.52%
G = 4.53%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4108D (or 0xC4108D) is known color: Medium Violet Red. HEX triplet: C4, 10 and 8D. RGB value is (196,16,141). Sum of RGB (Red+Green+Blue) = 196+16+141=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4108D is #3BEF72. Grayscale: #535353. Windows color (decimal): -3927923 or 9244868. OLE color: 9244868.

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

Color convert

RGB 196 16 141 -
CMYK 0 0.92 0.28 0.23
HSL 318.33º 0.85% 0.42% -
HSV(B) 318.33º 0.92% 0.77% -
XYZ 27.76 14.03 26.44 -
YUV 84.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 196 16 141 0 0.92 0.28 0.23 318.33 0.85 0.42
Hex C4 10 8D 0 5C 1C 17 13E 55 2A
Octal 304 20 215 0 134 34 27 476 125 52
Binary 11000100 10000 10001101 0 1011100 11100 10111 100111110 1010101 101010

Color Harmonies of #C4108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4108D

Black with #C4108D

Text Example


Text Example

White with #C4108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4108D; }

 p { color: rgb(196,16,141); }

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

background-color css

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

 a { background-color: rgb(196,16,141); }

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

border-color css

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

 span { border-color: rgb(196,16,141); }

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