Html Css Color HEX #C42193 Medium Violet Red

📋 copy color: '#C42193'

red 196 ◦ green 33 ◦ blue 147

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

Shades of Medium Violet Red #C42193

Tints of Medium Violet Red #C42193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

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

R = 52.13%
G = 8.78%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C42193 (or 0xC42193) is known color: Medium Violet Red. HEX triplet: C4, 21 and 93. RGB value is (196,33,147). Sum of RGB (Red+Green+Blue) = 196+33+147=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C42193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42193 is #3BDE6C. Grayscale: #5E5E5E. Windows color (decimal): -3923565 or 9642436. OLE color: 9642436.

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

Color convert

RGB 196 33 147 -
CMYK 0 0.83 0.25 0.23
HSL 318.04º 0.71% 0.45% -
HSV(B) 318.04º 0.83% 0.77% -
XYZ 28.58 14.93 28.98 -
YUV 94.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 196 33 147 0 0.83 0.25 0.23 318.04 0.71 0.45
Hex C4 21 93 0 53 19 17 13E 47 2D
Octal 304 41 223 0 123 31 27 476 107 55
Binary 11000100 100001 10010011 0 1010011 11001 10111 100111110 1000111 101101

Color Harmonies of #C42193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42193

Black with #C42193

Text Example


Text Example

White with #C42193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42193; }

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

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

background-color css

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

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

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

border-color css

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

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

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