Html Css Color HEX #C4086D Medium Violet Red

📋 copy color: '#C4086D'

red 196 ◦ green 8 ◦ blue 109

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

Shades of Medium Violet Red #C4086D

Tints of Medium Violet Red #C4086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 62.62%
G = 2.56%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4086D (or 0xC4086D) is known color: Medium Violet Red. HEX triplet: C4, 08 and 6D. RGB value is (196,8,109). Sum of RGB (Red+Green+Blue) = 196+8+109=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4086D is #3BF792. Grayscale: #4B4B4B. Windows color (decimal): -3930003 or 7145668. OLE color: 7145668.

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

Color convert

RGB 196 8 109 -
CMYK 0 0.96 0.44 0.23
HSL 327.77º 0.92% 0.4% -
HSV(B) 327.77º 0.96% 0.77% -
XYZ 25.61 13.01 15.63 -
YUV 75.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 196 8 109 0 0.96 0.44 0.23 327.77 0.92 0.4
Hex C4 8 6D 0 60 2C 17 148 5C 28
Octal 304 10 155 0 140 54 27 510 134 50
Binary 11000100 1000 1101101 0 1100000 101100 10111 101001000 1011100 101000

Color Harmonies of #C4086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4086D

Black with #C4086D

Text Example


Text Example

White with #C4086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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