Html Css Color HEX #C8198F Medium Violet Red

📋 copy color: '#C8198F'

red 200 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #C8198F

Tints of Medium Violet Red #C8198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 54.35%
G = 6.79%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8198F (or 0xC8198F) is known color: Medium Violet Red. HEX triplet: C8, 19 and 8F. RGB value is (200,25,143). Sum of RGB (Red+Green+Blue) = 200+25+143=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8198F is #37E670. Grayscale: #5A5A5A. Windows color (decimal): -3663473 or 9378248. OLE color: 9378248.

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

Color convert

RGB 200 25 143 -
CMYK 0 0.88 0.28 0.22
HSL 319.54º 0.78% 0.44% -
HSV(B) 319.54º 0.88% 0.78% -
XYZ 29.12 14.96 27.34 -
YUV 90.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 200 25 143 0 0.88 0.28 0.22 319.54 0.78 0.44
Hex C8 19 8F 0 58 1C 16 140 4E 2C
Octal 310 31 217 0 130 34 26 500 116 54
Binary 11001000 11001 10001111 0 1011000 11100 10110 101000000 1001110 101100

Color Harmonies of #C8198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8198F

Black with #C8198F

Text Example


Text Example

White with #C8198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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