Html Css Color HEX #C8387D Medium Red Violet

📋 copy color: '#C8387D'

red 200 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #C8387D

Tints of Medium Red Violet #C8387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 52.49%
G = 14.7%
B = 32.81%

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

#C8387D (or 0xC8387D) is known color: Medium Red Violet. HEX triplet: C8, 38 and 7D. RGB value is (200,56,125). Sum of RGB (Red+Green+Blue) = 200+56+125=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8387D is #37C782. Grayscale: #6A6A6A. Windows color (decimal): -3655555 or 8206536. OLE color: 8206536.

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

Color convert

RGB 200 56 125 -
CMYK 0 0.72 0.38 0.22
HSL 331.25º 0.57% 0.5% -
HSV(B) 331.25º 0.72% 0.78% -
XYZ 28.94 16.59 21.08 -
YUV 106.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 200 56 125 0 0.72 0.38 0.22 331.25 0.57 0.5
Hex C8 38 7D 0 48 26 16 14B 39 32
Octal 310 70 175 0 110 46 26 513 71 62
Binary 11001000 111000 1111101 0 1001000 100110 10110 101001011 111001 110010

Color Harmonies of #C8387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8387D

Black with #C8387D

Text Example


Text Example

White with #C8387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8387D; }

 p { color: rgb(200,56,125); }

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

background-color css

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

 a { background-color: rgb(200,56,125); }

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

border-color css

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

 span { border-color: rgb(200,56,125); }

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