Html Css Color HEX #C0379E Medium Red Violet

📋 copy color: '#C0379E'

red 192 ◦ green 55 ◦ blue 158

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

Shades of Medium Red Violet #C0379E

Tints of Medium Red Violet #C0379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 47.41%
G = 13.58%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0379E (or 0xC0379E) is known color: Medium Red Violet. HEX triplet: C0, 37 and 9E. RGB value is (192,55,158). Sum of RGB (Red+Green+Blue) = 192+55+158=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0379E is #3FC861. Grayscale: #6B6B6B. Windows color (decimal): -4180066 or 10368960. OLE color: 10368960.

HSL color Cylindrical-coordinate representation of color #C0379E: hue angle of 314.89º 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 #C0379E is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 158 -
CMYK 0 0.71 0.18 0.25
HSL 314.89º 0.55% 0.48% -
HSV(B) 314.89º 0.71% 0.75% -
XYZ 29.28 16.41 33.97 -
YUV 107.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 192 55 158 0 0.71 0.18 0.25 314.89 0.55 0.48
Hex C0 37 9E 0 47 12 19 13B 37 30
Octal 300 67 236 0 107 22 31 473 67 60
Binary 11000000 110111 10011110 0 1000111 10010 11001 100111011 110111 110000

Color Harmonies of #C0379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0379E

Black with #C0379E

Text Example


Text Example

White with #C0379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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