Html Css Color HEX #C4096A Medium Violet Red

📋 copy color: '#C4096A'

red 196 ◦ green 9 ◦ blue 106

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

Shades of Medium Violet Red #C4096A

Tints of Medium Violet Red #C4096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 63.02%
G = 2.89%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4096A (or 0xC4096A) is known color: Medium Violet Red. HEX triplet: C4, 09 and 6A. RGB value is (196,9,106). Sum of RGB (Red+Green+Blue) = 196+9+106=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4096A is #3BF695. Grayscale: #4B4B4B. Windows color (decimal): -3929750 or 6949316. OLE color: 6949316.

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

Color convert

RGB 196 9 106 -
CMYK 0 0.95 0.46 0.23
HSL 328.88º 0.91% 0.4% -
HSV(B) 328.88º 0.95% 0.77% -
XYZ 25.46 12.97 14.8 -
YUV 75.97 144.95 213.61 -
System Red Green Blue C M Y K H S L
Decimal 196 9 106 0 0.95 0.46 0.23 328.88 0.91 0.4
Hex C4 9 6A 0 5F 2E 17 149 5B 28
Octal 304 11 152 0 137 56 27 511 133 50
Binary 11000100 1001 1101010 0 1011111 101110 10111 101001001 1011011 101000

Color Harmonies of #C4096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4096A

Black with #C4096A

Text Example


Text Example

White with #C4096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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