Html Css Color HEX #C42993 Medium Red Violet

📋 copy color: '#C42993'

red 196 ◦ green 41 ◦ blue 147

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

Shades of Medium Red Violet #C42993

Tints of Medium Red Violet #C42993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 51.04%
G = 10.68%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C42993 (or 0xC42993) is known color: Medium Red Violet. HEX triplet: C4, 29 and 93. RGB value is (196,41,147). Sum of RGB (Red+Green+Blue) = 196+41+147=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C42993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42993 is #3BD66C. Grayscale: #636363. Windows color (decimal): -3921517 or 9644484. OLE color: 9644484.

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

Color convert

RGB 196 41 147 -
CMYK 0 0.79 0.25 0.23
HSL 318.97º 0.65% 0.46% -
HSV(B) 318.97º 0.79% 0.77% -
XYZ 28.82 15.43 29.06 -
YUV 99.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 196 41 147 0 0.79 0.25 0.23 318.97 0.65 0.46
Hex C4 29 93 0 4F 19 17 13F 41 2E
Octal 304 51 223 0 117 31 27 477 101 56
Binary 11000100 101001 10010011 0 1001111 11001 10111 100111111 1000001 101110

Color Harmonies of #C42993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42993

Black with #C42993

Text Example


Text Example

White with #C42993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42993; }

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

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

background-color css

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

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

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

border-color css

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

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

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