Html Css Color HEX #C0397C Medium Red Violet

📋 copy color: '#C0397C'

red 192 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #C0397C

Tints of Medium Red Violet #C0397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 51.47%
G = 15.28%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0397C (or 0xC0397C) is known color: Medium Red Violet. HEX triplet: C0, 39 and 7C. RGB value is (192,57,124). Sum of RGB (Red+Green+Blue) = 192+57+124=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0397C is #3FC683. Grayscale: #686868. Windows color (decimal): -4179588 or 8141248. OLE color: 8141248.

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

Color convert

RGB 192 57 124 -
CMYK 0 0.70 0.35 0.25
HSL 330.22º 0.54% 0.49% -
HSV(B) 330.22º 0.7% 0.75% -
XYZ 26.84 15.59 20.66 -
YUV 105 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 192 57 124 0 0.70 0.35 0.25 330.22 0.54 0.49
Hex C0 39 7C 0 46 23 19 14A 36 31
Octal 300 71 174 0 106 43 31 512 66 61
Binary 11000000 111001 1111100 0 1000110 100011 11001 101001010 110110 110001

Color Harmonies of #C0397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0397C

Black with #C0397C

Text Example


Text Example

White with #C0397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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