Html Css Color HEX #C8377B Medium Red Violet

📋 copy color: '#C8377B'

red 200 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #C8377B

Tints of Medium Red Violet #C8377B

RGB

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

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

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

R = 52.91%
G = 14.55%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8377B (or 0xC8377B) is known color: Medium Red Violet. HEX triplet: C8, 37 and 7B. RGB value is (200,55,123). Sum of RGB (Red+Green+Blue) = 200+55+123=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8377B is #37C884. Grayscale: #696969. Windows color (decimal): -3655813 or 8075208. OLE color: 8075208.

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

Color convert

RGB 200 55 123 -
CMYK 0 0.72 0.38 0.22
HSL 331.86º 0.57% 0.5% -
HSV(B) 331.86º 0.73% 0.78% -
XYZ 28.76 16.44 20.4 -
YUV 106.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 200 55 123 0 0.72 0.38 0.22 331.86 0.57 0.5
Hex C8 37 7B 0 48 26 16 14C 39 32
Octal 310 67 173 0 110 46 26 514 71 62
Binary 11001000 110111 1111011 0 1001000 100110 10110 101001100 111001 110010

Color Harmonies of #C8377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8377B

Black with #C8377B

Text Example


Text Example

White with #C8377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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