Html Css Color HEX #C40493 Medium Violet Red

📋 copy color: '#C40493'

red 196 ◦ green 4 ◦ blue 147

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

Shades of Medium Violet Red #C40493

Tints of Medium Violet Red #C40493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 56.48%
G = 1.15%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C40493 (or 0xC40493) is known color: Medium Violet Red. HEX triplet: C4, 04 and 93. RGB value is (196,4,147). Sum of RGB (Red+Green+Blue) = 196+4+147=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C40493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40493 is #3BFB6C. Grayscale: #4D4D4D. Windows color (decimal): -3930989 or 9635012. OLE color: 9635012.

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

Color convert

RGB 196 4 147 -
CMYK 0 0.98 0.25 0.23
HSL 315.31º 0.96% 0.39% -
HSV(B) 315.31º 0.98% 0.77% -
XYZ 28.07 13.93 28.81 -
YUV 77.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 196 4 147 0 0.98 0.25 0.23 315.31 0.96 0.39
Hex C4 4 93 0 62 19 17 13B 60 27
Octal 304 4 223 0 142 31 27 473 140 47
Binary 11000100 100 10010011 0 1100010 11001 10111 100111011 1100000 100111

Color Harmonies of #C40493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40493

Black with #C40493

Text Example


Text Example

White with #C40493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40493; }

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

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

background-color css

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

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

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

border-color css

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

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

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