Html Css Color HEX #C0397A Medium Red Violet

📋 copy color: '#C0397A'

red 192 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #C0397A

Tints of Medium Red Violet #C0397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 51.75%
G = 15.36%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0397A (or 0xC0397A) is known color: Medium Red Violet. HEX triplet: C0, 39 and 7A. RGB value is (192,57,122). Sum of RGB (Red+Green+Blue) = 192+57+122=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0397A is #3FC685. Grayscale: #686868. Windows color (decimal): -4179590 or 8010176. OLE color: 8010176.

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

Color convert

RGB 192 57 122 -
CMYK 0 0.70 0.36 0.25
HSL 331.11º 0.54% 0.49% -
HSV(B) 331.11º 0.7% 0.75% -
XYZ 26.71 15.54 20 -
YUV 104.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 192 57 122 0 0.70 0.36 0.25 331.11 0.54 0.49
Hex C0 39 7A 0 46 24 19 14B 36 31
Octal 300 71 172 0 106 44 31 513 66 61
Binary 11000000 111001 1111010 0 1000110 100100 11001 101001011 110110 110001

Color Harmonies of #C0397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0397A

Black with #C0397A

Text Example


Text Example

White with #C0397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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