Html Css Color HEX #C0379A Medium Red Violet

📋 copy color: '#C0379A'

red 192 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #C0379A

Tints of Medium Red Violet #C0379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.72%

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 47.88%
G = 13.72%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0379A (or 0xC0379A) is known color: Medium Red Violet. HEX triplet: C0, 37 and 9A. RGB value is (192,55,154). Sum of RGB (Red+Green+Blue) = 192+55+154=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0379A is #3FC865. Grayscale: #6A6A6A. Windows color (decimal): -4180070 or 10106816. OLE color: 10106816.

HSL color Cylindrical-coordinate representation of color #C0379A: hue angle of 316.64º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0379A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 154 -
CMYK 0 0.71 0.20 0.25
HSL 316.64º 0.55% 0.48% -
HSV(B) 316.64º 0.71% 0.75% -
XYZ 28.94 16.27 32.19 -
YUV 107.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 192 55 154 0 0.71 0.20 0.25 316.64 0.55 0.48
Hex C0 37 9A 0 47 14 19 13D 37 30
Octal 300 67 232 0 107 24 31 475 67 60
Binary 11000000 110111 10011010 0 1000111 10100 11001 100111101 110111 110000

Color Harmonies of #C0379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0379A

Black with #C0379A

Text Example


Text Example

White with #C0379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0379A; }

 p { color: rgb(192,55,154); }

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

background-color css

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

 a { background-color: rgb(192,55,154); }

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

border-color css

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

 span { border-color: rgb(192,55,154); }

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