Html Css Color HEX #C0389B Medium Red Violet

📋 copy color: '#C0389B'

red 192 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #C0389B

Tints of Medium Red Violet #C0389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 47.64%
G = 13.9%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0389B (or 0xC0389B) is known color: Medium Red Violet. HEX triplet: C0, 38 and 9B. RGB value is (192,56,155). Sum of RGB (Red+Green+Blue) = 192+56+155=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0389B is #3FC764. Grayscale: #6B6B6B. Windows color (decimal): -4179813 or 10172608. OLE color: 10172608.

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

Color convert

RGB 192 56 155 -
CMYK 0 0.71 0.19 0.25
HSL 316.32º 0.55% 0.49% -
HSV(B) 316.32º 0.71% 0.75% -
XYZ 29.07 16.4 32.64 -
YUV 107.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 192 56 155 0 0.71 0.19 0.25 316.32 0.55 0.49
Hex C0 38 9B 0 47 13 19 13C 37 31
Octal 300 70 233 0 107 23 31 474 67 61
Binary 11000000 111000 10011011 0 1000111 10011 11001 100111100 110111 110001

Color Harmonies of #C0389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0389B

Black with #C0389B

Text Example


Text Example

White with #C0389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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