Html Css Color HEX #C03179 Medium Red Violet

📋 copy color: '#C03179'

red 192 ◦ green 49 ◦ blue 121

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

Shades of Medium Red Violet #C03179

Tints of Medium Red Violet #C03179

RGB

 RED value IS 192 (75.39% from 255) = 53.04%

 GREEN value IS 49 (19.53% from 255) = 13.54%

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 53.04%
G = 13.54%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C03179 (or 0xC03179) is known color: Medium Red Violet. HEX triplet: C0, 31 and 79. RGB value is (192,49,121). Sum of RGB (Red+Green+Blue) = 192+49+121=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C03179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03179 is #3FCE86. Grayscale: #636363. Windows color (decimal): -4181639 or 7942592. OLE color: 7942592.

HSL color Cylindrical-coordinate representation of color #C03179: hue angle of 329.79º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03179 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 121 -
CMYK 0 0.74 0.37 0.25
HSL 329.79º 0.59% 0.47% -
HSV(B) 329.79º 0.74% 0.75% -
XYZ 26.29 14.78 19.56 -
YUV 99.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 192 49 121 0 0.74 0.37 0.25 329.79 0.59 0.47
Hex C0 31 79 0 4A 25 19 14A 3B 2F
Octal 300 61 171 0 112 45 31 512 73 57
Binary 11000000 110001 1111001 0 1001010 100101 11001 101001010 111011 101111

Color Harmonies of #C03179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03179

Black with #C03179

Text Example


Text Example

White with #C03179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03179; }

 p { color: rgb(192,49,121); }

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

background-color css

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

 a { background-color: rgb(192,49,121); }

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

border-color css

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

 span { border-color: rgb(192,49,121); }

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