Html Css Color HEX #C4096B Medium Violet Red

📋 copy color: '#C4096B'

red 196 ◦ green 9 ◦ blue 107

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

Shades of Medium Violet Red #C4096B

Tints of Medium Violet Red #C4096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 62.82%
G = 2.88%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4096B (or 0xC4096B) is known color: Medium Violet Red. HEX triplet: C4, 09 and 6B. RGB value is (196,9,107). Sum of RGB (Red+Green+Blue) = 196+9+107=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4096B is #3BF694. Grayscale: #4B4B4B. Windows color (decimal): -3929749 or 7014852. OLE color: 7014852.

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

Color convert

RGB 196 9 107 -
CMYK 0 0.95 0.45 0.23
HSL 328.56º 0.91% 0.4% -
HSV(B) 328.56º 0.95% 0.77% -
XYZ 25.52 12.99 15.07 -
YUV 76.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 196 9 107 0 0.95 0.45 0.23 328.56 0.91 0.4
Hex C4 9 6B 0 5F 2D 17 149 5B 28
Octal 304 11 153 0 137 55 27 511 133 50
Binary 11000100 1001 1101011 0 1011111 101101 10111 101001001 1011011 101000

Color Harmonies of #C4096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4096B

Black with #C4096B

Text Example


Text Example

White with #C4096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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