Html Css Color HEX #C8387F Medium Red Violet

📋 copy color: '#C8387F'

red 200 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #C8387F

Tints of Medium Red Violet #C8387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.16%

R = 52.22%
G = 14.62%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8387F (or 0xC8387F) is known color: Medium Red Violet. HEX triplet: C8, 38 and 7F. RGB value is (200,56,127). Sum of RGB (Red+Green+Blue) = 200+56+127=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8387F is #37C780. Grayscale: #6B6B6B. Windows color (decimal): -3655553 or 8337608. OLE color: 8337608.

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

Color convert

RGB 200 56 127 -
CMYK 0 0.72 0.36 0.22
HSL 330.42º 0.57% 0.5% -
HSV(B) 330.42º 0.72% 0.78% -
XYZ 29.06 16.64 21.76 -
YUV 107.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 200 56 127 0 0.72 0.36 0.22 330.42 0.57 0.5
Hex C8 38 7F 0 48 24 16 14A 39 32
Octal 310 70 177 0 110 44 26 512 71 62
Binary 11001000 111000 1111111 0 1001000 100100 10110 101001010 111001 110010

Color Harmonies of #C8387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8387F

Black with #C8387F

Text Example


Text Example

White with #C8387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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