Html Css Color HEX #C4086B Medium Violet Red

📋 copy color: '#C4086B'

red 196 ◦ green 8 ◦ blue 107

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

Shades of Medium Violet Red #C4086B

Tints of Medium Violet Red #C4086B

RGB

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

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

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

R = 63.02%
G = 2.57%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4086B (or 0xC4086B) is known color: Medium Violet Red. HEX triplet: C4, 08 and 6B. RGB value is (196,8,107). Sum of RGB (Red+Green+Blue) = 196+8+107=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4086B is #3BF794. Grayscale: #4B4B4B. Windows color (decimal): -3930005 or 7014596. OLE color: 7014596.

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

Color convert

RGB 196 8 107 -
CMYK 0 0.96 0.45 0.23
HSL 328.4º 0.92% 0.4% -
HSV(B) 328.4º 0.96% 0.77% -
XYZ 25.51 12.97 15.07 -
YUV 75.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 196 8 107 0 0.96 0.45 0.23 328.4 0.92 0.4
Hex C4 8 6B 0 60 2D 17 148 5C 28
Octal 304 10 153 0 140 55 27 510 134 50
Binary 11000100 1000 1101011 0 1100000 101101 10111 101001000 1011100 101000

Color Harmonies of #C4086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4086B

Black with #C4086B

Text Example


Text Example

White with #C4086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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