Html Css Color HEX #C0378B Medium Red Violet

📋 copy color: '#C0378B'

red 192 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #C0378B

Tints of Medium Red Violet #C0378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 49.74%
G = 14.25%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0378B (or 0xC0378B) is known color: Medium Red Violet. HEX triplet: C0, 37 and 8B. RGB value is (192,55,139). Sum of RGB (Red+Green+Blue) = 192+55+139=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0378B is #3FC874. Grayscale: #696969. Windows color (decimal): -4180085 or 9123776. OLE color: 9123776.

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

Color convert

RGB 192 55 139 -
CMYK 0 0.71 0.28 0.25
HSL 323.21º 0.55% 0.48% -
HSV(B) 323.21º 0.71% 0.75% -
XYZ 27.76 15.8 26.01 -
YUV 105.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 192 55 139 0 0.71 0.28 0.25 323.21 0.55 0.48
Hex C0 37 8B 0 47 1C 19 143 37 30
Octal 300 67 213 0 107 34 31 503 67 60
Binary 11000000 110111 10001011 0 1000111 11100 11001 101000011 110111 110000

Color Harmonies of #C0378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0378B

Black with #C0378B

Text Example


Text Example

White with #C0378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0378B; }

 p { color: rgb(192,55,139); }

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

background-color css

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

 a { background-color: rgb(192,55,139); }

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

border-color css

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

 span { border-color: rgb(192,55,139); }

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