Html Css Color HEX #C40181 Medium Violet Red

📋 copy color: '#C40181'

red 196 ◦ green 1 ◦ blue 129

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

Shades of Medium Violet Red #C40181

Tints of Medium Violet Red #C40181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 60.12%
G = 0.31%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C40181 (or 0xC40181) is known color: Medium Violet Red. HEX triplet: C4, 01 and 81. RGB value is (196,1,129). Sum of RGB (Red+Green+Blue) = 196+1+129=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C40181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40181 is #3BFE7E. Grayscale: #494949. Windows color (decimal): -3931775 or 8454596. OLE color: 8454596.

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

Color convert

RGB 196 1 129 -
CMYK 0 0.99 0.34 0.23
HSL 320.62º 0.99% 0.39% -
HSV(B) 320.62º 0.99% 0.77% -
XYZ 26.74 13.34 21.93 -
YUV 73.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 196 1 129 0 0.99 0.34 0.23 320.62 0.99 0.39
Hex C4 1 81 0 63 22 17 141 63 27
Octal 304 1 201 0 143 42 27 501 143 47
Binary 11000100 1 10000001 0 1100011 100010 10111 101000001 1100011 100111

Color Harmonies of #C40181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40181

Black with #C40181

Text Example


Text Example

White with #C40181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40181; }

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

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

background-color css

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

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

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

border-color css

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

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

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