Html Css Color HEX #C0389F Medium Red Violet

📋 copy color: '#C0389F'

red 192 ◦ green 56 ◦ blue 159

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

Shades of Medium Red Violet #C0389F

Tints of Medium Red Violet #C0389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.76%

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 47.17%
G = 13.76%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0389F (or 0xC0389F) is known color: Medium Red Violet. HEX triplet: C0, 38 and 9F. RGB value is (192,56,159). Sum of RGB (Red+Green+Blue) = 192+56+159=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0389F is #3FC760. Grayscale: #6C6C6C. Windows color (decimal): -4179809 or 10434752. OLE color: 10434752.

HSL color Cylindrical-coordinate representation of color #C0389F: hue angle of 314.56º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0389F is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 159 -
CMYK 0 0.71 0.17 0.25
HSL 314.56º 0.55% 0.49% -
HSV(B) 314.56º 0.71% 0.75% -
XYZ 29.41 16.54 34.44 -
YUV 108.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 192 56 159 0 0.71 0.17 0.25 314.56 0.55 0.49
Hex C0 38 9F 0 47 11 19 13B 37 31
Octal 300 70 237 0 107 21 31 473 67 61
Binary 11000000 111000 10011111 0 1000111 10001 11001 100111011 110111 110001

Color Harmonies of #C0389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0389F

Black with #C0389F

Text Example


Text Example

White with #C0389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0389F; }

 p { color: rgb(192,56,159); }

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

background-color css

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

 a { background-color: rgb(192,56,159); }

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

border-color css

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

 span { border-color: rgb(192,56,159); }

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