Html Css Color HEX #C4096F Medium Violet Red

📋 copy color: '#C4096F'

red 196 ◦ green 9 ◦ blue 111

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

Shades of Medium Violet Red #C4096F

Tints of Medium Violet Red #C4096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 62.03%
G = 2.85%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4096F (or 0xC4096F) is known color: Medium Violet Red. HEX triplet: C4, 09 and 6F. RGB value is (196,9,111). Sum of RGB (Red+Green+Blue) = 196+9+111=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C4096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4096F is #3BF690. Grayscale: #4C4C4C. Windows color (decimal): -3929745 or 7276996. OLE color: 7276996.

HSL color Cylindrical-coordinate representation of color #C4096F: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4096F is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 9 111 -
CMYK 0 0.95 0.43 0.23
HSL 327.27º 0.91% 0.4% -
HSV(B) 327.27º 0.95% 0.77% -
XYZ 25.73 13.08 16.21 -
YUV 76.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 196 9 111 0 0.95 0.43 0.23 327.27 0.91 0.4
Hex C4 9 6F 0 5F 2B 17 147 5B 28
Octal 304 11 157 0 137 53 27 507 133 50
Binary 11000100 1001 1101111 0 1011111 101011 10111 101000111 1011011 101000

Color Harmonies of #C4096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4096F

Black with #C4096F

Text Example


Text Example

White with #C4096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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