Html Css Color HEX #C42593 Medium Violet Red

📋 copy color: '#C42593'

red 196 ◦ green 37 ◦ blue 147

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

Shades of Medium Violet Red #C42593

Tints of Medium Violet Red #C42593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.74%

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

R = 51.58%
G = 9.74%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C42593 (or 0xC42593) is known color: Medium Violet Red. HEX triplet: C4, 25 and 93. RGB value is (196,37,147). Sum of RGB (Red+Green+Blue) = 196+37+147=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C42593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42593 is #3BDA6C. Grayscale: #606060. Windows color (decimal): -3922541 or 9643460. OLE color: 9643460.

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

Color convert

RGB 196 37 147 -
CMYK 0 0.81 0.25 0.23
HSL 318.49º 0.68% 0.46% -
HSV(B) 318.49º 0.81% 0.77% -
XYZ 28.69 15.17 29.02 -
YUV 97.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 196 37 147 0 0.81 0.25 0.23 318.49 0.68 0.46
Hex C4 25 93 0 51 19 17 13E 44 2E
Octal 304 45 223 0 121 31 27 476 104 56
Binary 11000100 100101 10010011 0 1010001 11001 10111 100111110 1000100 101110

Color Harmonies of #C42593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42593

Black with #C42593

Text Example


Text Example

White with #C42593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42593; }

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

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

background-color css

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

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

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

border-color css

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

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

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