Html Css Color HEX #C41497 Medium Violet Red

📋 copy color: '#C41497'

red 196 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #C41497

Tints of Medium Violet Red #C41497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 53.41%
G = 5.45%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C41497 (or 0xC41497) is known color: Medium Violet Red. HEX triplet: C4, 14 and 97. RGB value is (196,20,151). Sum of RGB (Red+Green+Blue) = 196+20+151=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C41497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41497 is #3BEB68. Grayscale: #575757. Windows color (decimal): -3926889 or 9901252. OLE color: 9901252.

HSL color Cylindrical-coordinate representation of color #C41497: hue angle of 315.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41497 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 151 -
CMYK 0 0.90 0.23 0.23
HSL 315.34º 0.81% 0.42% -
HSV(B) 315.34º 0.9% 0.77% -
XYZ 28.6 14.47 30.56 -
YUV 87.56 163.81 205.35 -
System Red Green Blue C M Y K H S L
Decimal 196 20 151 0 0.90 0.23 0.23 315.34 0.81 0.42
Hex C4 14 97 0 5A 17 17 13B 51 2A
Octal 304 24 227 0 132 27 27 473 121 52
Binary 11000100 10100 10010111 0 1011010 10111 10111 100111011 1010001 101010

Color Harmonies of #C41497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41497

Black with #C41497

Text Example


Text Example

White with #C41497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41497; }

 p { color: rgb(196,20,151); }

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

background-color css

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

 a { background-color: rgb(196,20,151); }

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

border-color css

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

 span { border-color: rgb(196,20,151); }

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