Html Css Color HEX #C8379A Medium Red Violet

📋 copy color: '#C8379A'

red 200 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #C8379A

Tints of Medium Red Violet #C8379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 48.9%
G = 13.45%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8379A (or 0xC8379A) is known color: Medium Red Violet. HEX triplet: C8, 37 and 9A. RGB value is (200,55,154). Sum of RGB (Red+Green+Blue) = 200+55+154=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8379A is #37C865. Grayscale: #6D6D6D. Windows color (decimal): -3655782 or 10106824. OLE color: 10106824.

HSL color Cylindrical-coordinate representation of color #C8379A: hue angle of 319.03º 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 #C8379A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 154 -
CMYK 0 0.72 0.23 0.22
HSL 319.03º 0.57% 0.5% -
HSV(B) 319.03º 0.73% 0.78% -
XYZ 31.02 17.34 32.28 -
YUV 109.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 200 55 154 0 0.72 0.23 0.22 319.03 0.57 0.5
Hex C8 37 9A 0 48 17 16 13F 39 32
Octal 310 67 232 0 110 27 26 477 71 62
Binary 11001000 110111 10011010 0 1001000 10111 10110 100111111 111001 110010

Color Harmonies of #C8379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8379A

Black with #C8379A

Text Example


Text Example

White with #C8379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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