Html Css Color HEX #C0387B Medium Red Violet

📋 copy color: '#C0387B'

red 192 ◦ green 56 ◦ blue 123

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

Shades of Medium Red Violet #C0387B

Tints of Medium Red Violet #C0387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 51.75%
G = 15.09%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0387B (or 0xC0387B) is known color: Medium Red Violet. HEX triplet: C0, 38 and 7B. RGB value is (192,56,123). Sum of RGB (Red+Green+Blue) = 192+56+123=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0387B is #3FC784. Grayscale: #686868. Windows color (decimal): -4179845 or 8075456. OLE color: 8075456.

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

Color convert

RGB 192 56 123 -
CMYK 0 0.71 0.36 0.25
HSL 330.44º 0.55% 0.49% -
HSV(B) 330.44º 0.71% 0.75% -
XYZ 26.73 15.46 20.32 -
YUV 104.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 192 56 123 0 0.71 0.36 0.25 330.44 0.55 0.49
Hex C0 38 7B 0 47 24 19 14A 37 31
Octal 300 70 173 0 107 44 31 512 67 61
Binary 11000000 111000 1111011 0 1000111 100100 11001 101001010 110111 110001

Color Harmonies of #C0387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0387B

Black with #C0387B

Text Example


Text Example

White with #C0387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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