Html Css Color HEX #C0399A Medium Red Violet

📋 copy color: '#C0399A'

red 192 ◦ green 57 ◦ blue 154

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

Shades of Medium Red Violet #C0399A

Tints of Medium Red Violet #C0399A

RGB

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

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

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

R = 47.64%
G = 14.14%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0399A (or 0xC0399A) is known color: Medium Red Violet. HEX triplet: C0, 39 and 9A. RGB value is (192,57,154). Sum of RGB (Red+Green+Blue) = 192+57+154=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0399A is #3FC665. Grayscale: #6C6C6C. Windows color (decimal): -4179558 or 10107328. OLE color: 10107328.

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

Color convert

RGB 192 57 154 -
CMYK 0 0.70 0.20 0.25
HSL 316.89º 0.54% 0.49% -
HSV(B) 316.89º 0.7% 0.75% -
XYZ 29.03 16.47 32.22 -
YUV 108.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 192 57 154 0 0.70 0.20 0.25 316.89 0.54 0.49
Hex C0 39 9A 0 46 14 19 13D 36 31
Octal 300 71 232 0 106 24 31 475 66 61
Binary 11000000 111001 10011010 0 1000110 10100 11001 100111101 110110 110001

Color Harmonies of #C0399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0399A

Black with #C0399A

Text Example


Text Example

White with #C0399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0399A; }

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

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

background-color css

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

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

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

border-color css

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

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

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