Html Css Color HEX #C8139D Medium Violet Red

📋 copy color: '#C8139D'

red 200 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #C8139D

Tints of Medium Violet Red #C8139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 53.19%
G = 5.05%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8139D (or 0xC8139D) is known color: Medium Violet Red. HEX triplet: C8, 13 and 9D. RGB value is (200,19,157). Sum of RGB (Red+Green+Blue) = 200+19+157=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8139D is #37EC62. Grayscale: #585858. Windows color (decimal): -3664995 or 10294216. OLE color: 10294216.

HSL color Cylindrical-coordinate representation of color #C8139D: hue angle of 314.25º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8139D is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 157 -
CMYK 0 0.90 0.22 0.22
HSL 314.25º 0.83% 0.43% -
HSV(B) 314.25º 0.91% 0.78% -
XYZ 30.14 15.18 33.24 -
YUV 88.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 200 19 157 0 0.90 0.22 0.22 314.25 0.83 0.43
Hex C8 13 9D 0 5A 16 16 13A 53 2B
Octal 310 23 235 0 132 26 26 472 123 53
Binary 11001000 10011 10011101 0 1011010 10110 10110 100111010 1010011 101011

Color Harmonies of #C8139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8139D

Black with #C8139D

Text Example


Text Example

White with #C8139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8139D; }

 p { color: rgb(200,19,157); }

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

background-color css

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

 a { background-color: rgb(200,19,157); }

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

border-color css

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

 span { border-color: rgb(200,19,157); }

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