Html Css Color HEX #C40271 Medium Violet Red

📋 copy color: '#C40271'

red 196 ◦ green 2 ◦ blue 113

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

Shades of Medium Violet Red #C40271

Tints of Medium Violet Red #C40271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 63.02%
G = 0.64%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C40271 (or 0xC40271) is known color: Medium Violet Red. HEX triplet: C4, 02 and 71. RGB value is (196,2,113). Sum of RGB (Red+Green+Blue) = 196+2+113=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C40271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40271 is #3BFD8E. Grayscale: #484848. Windows color (decimal): -3931535 or 7406276. OLE color: 7406276.

HSL color Cylindrical-coordinate representation of color #C40271: hue angle of 325.67º degrees, saturation: 0.98, 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 #C40271 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 113 -
CMYK 0 0.99 0.42 0.23
HSL 325.67º 0.98% 0.39% -
HSV(B) 325.67º 0.99% 0.77% -
XYZ 25.77 12.97 16.77 -
YUV 72.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 196 2 113 0 0.99 0.42 0.23 325.67 0.98 0.39
Hex C4 2 71 0 63 2A 17 146 62 27
Octal 304 2 161 0 143 52 27 506 142 47
Binary 11000100 10 1110001 0 1100011 101010 10111 101000110 1100010 100111

Color Harmonies of #C40271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40271

Black with #C40271

Text Example


Text Example

White with #C40271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40271; }

 p { color: rgb(196,2,113); }

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

background-color css

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

 a { background-color: rgb(196,2,113); }

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

border-color css

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

 span { border-color: rgb(196,2,113); }

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