Html Css Color HEX #C0387C Medium Red Violet

📋 copy color: '#C0387C'

red 192 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #C0387C

Tints of Medium Red Violet #C0387C

RGB

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

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

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

R = 51.61%
G = 15.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0387C (or 0xC0387C) is known color: Medium Red Violet. HEX triplet: C0, 38 and 7C. RGB value is (192,56,124). Sum of RGB (Red+Green+Blue) = 192+56+124=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0387C is #3FC783. Grayscale: #686868. Windows color (decimal): -4179844 or 8140992. OLE color: 8140992.

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

Color convert

RGB 192 56 124 -
CMYK 0 0.71 0.35 0.25
HSL 330º 0.55% 0.49% -
HSV(B) 330º 0.71% 0.75% -
XYZ 26.79 15.49 20.65 -
YUV 104.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 192 56 124 0 0.71 0.35 0.25 330 0.55 0.49
Hex C0 38 7C 0 47 23 19 14A 37 31
Octal 300 70 174 0 107 43 31 512 67 61
Binary 11000000 111000 1111100 0 1000111 100011 11001 101001010 110111 110001

Color Harmonies of #C0387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0387C

Black with #C0387C

Text Example


Text Example

White with #C0387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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