Html Css Color HEX #C4086A Medium Violet Red

📋 copy color: '#C4086A'

red 196 ◦ green 8 ◦ blue 106

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

Shades of Medium Violet Red #C4086A

Tints of Medium Violet Red #C4086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 63.23%
G = 2.58%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4086A (or 0xC4086A) is known color: Medium Violet Red. HEX triplet: C4, 08 and 6A. RGB value is (196,8,106). Sum of RGB (Red+Green+Blue) = 196+8+106=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4086A is #3BF795. Grayscale: #4B4B4B. Windows color (decimal): -3930006 or 6949060. OLE color: 6949060.

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

Color convert

RGB 196 8 106 -
CMYK 0 0.96 0.46 0.23
HSL 328.72º 0.92% 0.4% -
HSV(B) 328.72º 0.96% 0.77% -
XYZ 25.45 12.95 14.79 -
YUV 75.38 145.28 214.03 -
System Red Green Blue C M Y K H S L
Decimal 196 8 106 0 0.96 0.46 0.23 328.72 0.92 0.4
Hex C4 8 6A 0 60 2E 17 149 5C 28
Octal 304 10 152 0 140 56 27 511 134 50
Binary 11000100 1000 1101010 0 1100000 101110 10111 101001001 1011100 101000

Color Harmonies of #C4086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4086A

Black with #C4086A

Text Example


Text Example

White with #C4086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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