Html Css Color HEX #C40193 Medium Violet Red

📋 copy color: '#C40193'

red 196 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #C40193

Tints of Medium Violet Red #C40193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 56.98%
G = 0.29%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C40193 (or 0xC40193) is known color: Medium Violet Red. HEX triplet: C4, 01 and 93. RGB value is (196,1,147). Sum of RGB (Red+Green+Blue) = 196+1+147=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C40193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40193 is #3BFE6C. Grayscale: #4B4B4B. Windows color (decimal): -3931757 or 9634244. OLE color: 9634244.

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

Color convert

RGB 196 1 147 -
CMYK 0 0.99 0.25 0.23
HSL 315.08º 0.99% 0.39% -
HSV(B) 315.08º 0.99% 0.77% -
XYZ 28.04 13.86 28.8 -
YUV 75.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 196 1 147 0 0.99 0.25 0.23 315.08 0.99 0.39
Hex C4 1 93 0 63 19 17 13B 63 27
Octal 304 1 223 0 143 31 27 473 143 47
Binary 11000100 1 10010011 0 1100011 11001 10111 100111011 1100011 100111

Color Harmonies of #C40193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40193

Black with #C40193

Text Example


Text Example

White with #C40193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40193; }

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

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

background-color css

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

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

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

border-color css

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

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

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