Html Css Color HEX #C8378D Medium Red Violet

📋 copy color: '#C8378D'

red 200 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #C8378D

Tints of Medium Red Violet #C8378D

RGB

 RED value IS 200 (78.52% from 255) = 50.51%

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 50.51%
G = 13.89%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8378D (or 0xC8378D) is known color: Medium Red Violet. HEX triplet: C8, 37 and 8D. RGB value is (200,55,141). Sum of RGB (Red+Green+Blue) = 200+55+141=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8378D is #37C872. Grayscale: #6B6B6B. Windows color (decimal): -3655795 or 9254856. OLE color: 9254856.

HSL color Cylindrical-coordinate representation of color #C8378D: hue angle of 324.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8378D is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 141 -
CMYK 0 0.72 0.29 0.22
HSL 324.41º 0.57% 0.5% -
HSV(B) 324.41º 0.73% 0.78% -
XYZ 29.99 16.93 26.89 -
YUV 108.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 200 55 141 0 0.72 0.29 0.22 324.41 0.57 0.5
Hex C8 37 8D 0 48 1D 16 144 39 32
Octal 310 67 215 0 110 35 26 504 71 62
Binary 11001000 110111 10001101 0 1001000 11101 10110 101000100 111001 110010

Color Harmonies of #C8378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8378D

Black with #C8378D

Text Example


Text Example

White with #C8378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8378D; }

 p { color: rgb(200,55,141); }

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

background-color css

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

 a { background-color: rgb(200,55,141); }

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

border-color css

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

 span { border-color: rgb(200,55,141); }

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