Html Css Color HEX #C0397E Medium Red Violet

📋 copy color: '#C0397E'

red 192 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #C0397E

Tints of Medium Red Violet #C0397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 51.2%
G = 15.2%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0397E (or 0xC0397E) is known color: Medium Red Violet. HEX triplet: C0, 39 and 7E. RGB value is (192,57,126). Sum of RGB (Red+Green+Blue) = 192+57+126=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0397E is #3FC681. Grayscale: #696969. Windows color (decimal): -4179586 or 8272320. OLE color: 8272320.

HSL color Cylindrical-coordinate representation of color #C0397E: hue angle of 329.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0397E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 126 -
CMYK 0 0.70 0.34 0.25
HSL 329.33º 0.54% 0.49% -
HSV(B) 329.33º 0.7% 0.75% -
XYZ 26.97 15.64 21.34 -
YUV 105.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 192 57 126 0 0.70 0.34 0.25 329.33 0.54 0.49
Hex C0 39 7E 0 46 22 19 149 36 31
Octal 300 71 176 0 106 42 31 511 66 61
Binary 11000000 111001 1111110 0 1000110 100010 11001 101001001 110110 110001

Color Harmonies of #C0397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0397E

Black with #C0397E

Text Example


Text Example

White with #C0397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0397E; }

 p { color: rgb(192,57,126); }

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

background-color css

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

 a { background-color: rgb(192,57,126); }

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

border-color css

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

 span { border-color: rgb(192,57,126); }

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