Html Css Color HEX #C41097 Medium Violet Red

📋 copy color: '#C41097'

red 196 ◦ green 16 ◦ blue 151

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

Shades of Medium Violet Red #C41097

Tints of Medium Violet Red #C41097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.41%

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

R = 53.99%
G = 4.41%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C41097 (or 0xC41097) is known color: Medium Violet Red. HEX triplet: C4, 10 and 97. RGB value is (196,16,151). Sum of RGB (Red+Green+Blue) = 196+16+151=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C41097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41097 is #3BEF68. Grayscale: #545454. Windows color (decimal): -3927913 or 9900228. OLE color: 9900228.

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

Color convert

RGB 196 16 151 -
CMYK 0 0.92 0.23 0.23
HSL 315º 0.85% 0.42% -
HSV(B) 315º 0.92% 0.77% -
XYZ 28.54 14.34 30.54 -
YUV 85.21 165.13 207.02 -
System Red Green Blue C M Y K H S L
Decimal 196 16 151 0 0.92 0.23 0.23 315 0.85 0.42
Hex C4 10 97 0 5C 17 17 13B 55 2A
Octal 304 20 227 0 134 27 27 473 125 52
Binary 11000100 10000 10010111 0 1011100 10111 10111 100111011 1010101 101010

Color Harmonies of #C41097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41097

Black with #C41097

Text Example


Text Example

White with #C41097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41097; }

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

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

background-color css

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

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

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

border-color css

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

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

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