Html Css Color HEX #C41493 Medium Violet Red

📋 copy color: '#C41493'

red 196 ◦ green 20 ◦ blue 147

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

Shades of Medium Violet Red #C41493

Tints of Medium Violet Red #C41493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 53.99%
G = 5.51%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C41493 (or 0xC41493) is known color: Medium Violet Red. HEX triplet: C4, 14 and 93. RGB value is (196,20,147). Sum of RGB (Red+Green+Blue) = 196+20+147=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C41493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41493 is #3BEB6C. Grayscale: #565656. Windows color (decimal): -3926893 or 9639108. OLE color: 9639108.

HSL color Cylindrical-coordinate representation of color #C41493: hue angle of 316.7º 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 #C41493 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 147 -
CMYK 0 0.90 0.25 0.23
HSL 316.7º 0.81% 0.42% -
HSV(B) 316.7º 0.9% 0.77% -
XYZ 28.28 14.34 28.88 -
YUV 87.1 161.81 205.67 -
System Red Green Blue C M Y K H S L
Decimal 196 20 147 0 0.90 0.25 0.23 316.7 0.81 0.42
Hex C4 14 93 0 5A 19 17 13D 51 2A
Octal 304 24 223 0 132 31 27 475 121 52
Binary 11000100 10100 10010011 0 1011010 11001 10111 100111101 1010001 101010

Color Harmonies of #C41493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41493

Black with #C41493

Text Example


Text Example

White with #C41493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41493; }

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

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

background-color css

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

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

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

border-color css

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

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

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