Html Css Color HEX #C40593 Medium Violet Red

📋 copy color: '#C40593'

red 196 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #C40593

Tints of Medium Violet Red #C40593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 56.32%
G = 1.44%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C40593 (or 0xC40593) is known color: Medium Violet Red. HEX triplet: C4, 05 and 93. RGB value is (196,5,147). Sum of RGB (Red+Green+Blue) = 196+5+147=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C40593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40593 is #3BFA6C. Grayscale: #4D4D4D. Windows color (decimal): -3930733 or 9635268. OLE color: 9635268.

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

Color convert

RGB 196 5 147 -
CMYK 0 0.97 0.25 0.23
HSL 315.39º 0.95% 0.39% -
HSV(B) 315.39º 0.97% 0.77% -
XYZ 28.09 13.95 28.82 -
YUV 78.3 166.78 211.95 -
System Red Green Blue C M Y K H S L
Decimal 196 5 147 0 0.97 0.25 0.23 315.39 0.95 0.39
Hex C4 5 93 0 61 19 17 13B 5F 27
Octal 304 5 223 0 141 31 27 473 137 47
Binary 11000100 101 10010011 0 1100001 11001 10111 100111011 1011111 100111

Color Harmonies of #C40593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40593

Black with #C40593

Text Example


Text Example

White with #C40593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40593; }

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

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

background-color css

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

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

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

border-color css

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

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

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