Html Css Color HEX #C40081 Medium Violet Red

📋 copy color: '#C40081'

red 196 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #C40081

Tints of Medium Violet Red #C40081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.31%
G = 0%
B = 39.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C40081 (or 0xC40081) is known color: Medium Violet Red. HEX triplet: C4, 00 and 81. RGB value is (196,0,129). Sum of RGB (Red+Green+Blue) = 196+0+129=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C40081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40081 is #3BFF7E. Grayscale: #484848. Windows color (decimal): -3932031 or 8454340. OLE color: 8454340.

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

Color convert

RGB 196 0 129 -
CMYK 0 1 0.34 0.23
HSL 320.51º 1% 0.38% -
HSV(B) 320.51º 1% 0.77% -
XYZ 26.73 13.32 21.93 -
YUV 73.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 196 0 129 0 1 0.34 0.23 320.51 1 0.38
Hex C4 0 81 0 64 22 17 141 64 26
Octal 304 0 201 0 144 42 27 501 144 46
Binary 11000100 0 10000001 0 1100100 100010 10111 101000001 1100100 100110

Color Harmonies of #C40081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40081

Black with #C40081

Text Example


Text Example

White with #C40081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40081; }

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

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

background-color css

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

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

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

border-color css

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

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

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