Html Css Color HEX #C8139B Medium Violet Red

📋 copy color: '#C8139B'

red 200 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #C8139B

Tints of Medium Violet Red #C8139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 53.48%
G = 5.08%
B = 41.44%

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

#C8139B (or 0xC8139B) is known color: Medium Violet Red. HEX triplet: C8, 13 and 9B. RGB value is (200,19,155). Sum of RGB (Red+Green+Blue) = 200+19+155=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8139B is #37EC64. Grayscale: #585858. Windows color (decimal): -3664997 or 10163144. OLE color: 10163144.

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

Color convert

RGB 200 19 155 -
CMYK 0 0.90 0.22 0.22
HSL 314.92º 0.83% 0.43% -
HSV(B) 314.92º 0.91% 0.78% -
XYZ 29.97 15.11 32.35 -
YUV 88.62 165.47 207.44 -
System Red Green Blue C M Y K H S L
Decimal 200 19 155 0 0.90 0.22 0.22 314.92 0.83 0.43
Hex C8 13 9B 0 5A 16 16 13B 53 2B
Octal 310 23 233 0 132 26 26 473 123 53
Binary 11001000 10011 10011011 0 1011010 10110 10110 100111011 1010011 101011

Color Harmonies of #C8139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8139B

Black with #C8139B

Text Example


Text Example

White with #C8139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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