Html Css Color HEX #C4106F Medium Violet Red

📋 copy color: '#C4106F'

red 196 ◦ green 16 ◦ blue 111

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

Shades of Medium Violet Red #C4106F

Tints of Medium Violet Red #C4106F

RGB

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

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

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

R = 60.68%
G = 4.95%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4106F (or 0xC4106F) is known color: Medium Violet Red. HEX triplet: C4, 10 and 6F. RGB value is (196,16,111). Sum of RGB (Red+Green+Blue) = 196+16+111=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4106F is #3BEF90. Grayscale: #505050. Windows color (decimal): -3927953 or 7278788. OLE color: 7278788.

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

Color convert

RGB 196 16 111 -
CMYK 0 0.92 0.43 0.23
HSL 328.33º 0.85% 0.42% -
HSV(B) 328.33º 0.92% 0.77% -
XYZ 25.82 13.25 16.24 -
YUV 80.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 196 16 111 0 0.92 0.43 0.23 328.33 0.85 0.42
Hex C4 10 6F 0 5C 2B 17 148 55 2A
Octal 304 20 157 0 134 53 27 510 125 52
Binary 11000100 10000 1101111 0 1011100 101011 10111 101001000 1010101 101010

Color Harmonies of #C4106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4106F

Black with #C4106F

Text Example


Text Example

White with #C4106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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