Html Css Color HEX #C40681 Medium Violet Red

📋 copy color: '#C40681'

red 196 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #C40681

Tints of Medium Violet Red #C40681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 59.21%
G = 1.81%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C40681 (or 0xC40681) is known color: Medium Violet Red. HEX triplet: C4, 06 and 81. RGB value is (196,6,129). Sum of RGB (Red+Green+Blue) = 196+6+129=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40681 is #3BF97E. Grayscale: #4C4C4C. Windows color (decimal): -3930495 or 8455876. OLE color: 8455876.

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

Color convert

RGB 196 6 129 -
CMYK 0 0.97 0.34 0.23
HSL 321.16º 0.94% 0.4% -
HSV(B) 321.16º 0.97% 0.77% -
XYZ 26.79 13.45 21.95 -
YUV 76.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 196 6 129 0 0.97 0.34 0.23 321.16 0.94 0.4
Hex C4 6 81 0 61 22 17 141 5E 28
Octal 304 6 201 0 141 42 27 501 136 50
Binary 11000100 110 10000001 0 1100001 100010 10111 101000001 1011110 101000

Color Harmonies of #C40681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40681

Black with #C40681

Text Example


Text Example

White with #C40681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40681; }

 p { color: rgb(196,6,129); }

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

background-color css

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

 a { background-color: rgb(196,6,129); }

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

border-color css

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

 span { border-color: rgb(196,6,129); }

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