Html Css Color HEX #C8198B Medium Violet Red

📋 copy color: '#C8198B'

red 200 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #C8198B

Tints of Medium Violet Red #C8198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 54.95%
G = 6.87%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8198B (or 0xC8198B) is known color: Medium Violet Red. HEX triplet: C8, 19 and 8B. RGB value is (200,25,139). Sum of RGB (Red+Green+Blue) = 200+25+139=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8198B is #37E674. Grayscale: #5A5A5A. Windows color (decimal): -3663477 or 9116104. OLE color: 9116104.

HSL color Cylindrical-coordinate representation of color #C8198B: hue angle of 320.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8198B is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 139 -
CMYK 0 0.88 0.30 0.22
HSL 320.91º 0.78% 0.44% -
HSV(B) 320.91º 0.88% 0.78% -
XYZ 28.83 14.84 25.77 -
YUV 90.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 200 25 139 0 0.88 0.30 0.22 320.91 0.78 0.44
Hex C8 19 8B 0 58 1E 16 141 4E 2C
Octal 310 31 213 0 130 36 26 501 116 54
Binary 11001000 11001 10001011 0 1011000 11110 10110 101000001 1001110 101100

Color Harmonies of #C8198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8198B

Black with #C8198B

Text Example


Text Example

White with #C8198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8198B; }

 p { color: rgb(200,25,139); }

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

background-color css

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

 a { background-color: rgb(200,25,139); }

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

border-color css

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

 span { border-color: rgb(200,25,139); }

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