Html Css Color HEX #C8198D Medium Violet Red

📋 copy color: '#C8198D'

red 200 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #C8198D

Tints of Medium Violet Red #C8198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 54.64%
G = 6.83%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8198D (or 0xC8198D) is known color: Medium Violet Red. HEX triplet: C8, 19 and 8D. RGB value is (200,25,141). Sum of RGB (Red+Green+Blue) = 200+25+141=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8198D is #37E672. Grayscale: #5A5A5A. Windows color (decimal): -3663475 or 9247176. OLE color: 9247176.

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

Color convert

RGB 200 25 141 -
CMYK 0 0.88 0.29 0.22
HSL 320.23º 0.78% 0.44% -
HSV(B) 320.23º 0.88% 0.78% -
XYZ 28.97 14.9 26.55 -
YUV 90.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 200 25 141 0 0.88 0.29 0.22 320.23 0.78 0.44
Hex C8 19 8D 0 58 1D 16 140 4E 2C
Octal 310 31 215 0 130 35 26 500 116 54
Binary 11001000 11001 10001101 0 1011000 11101 10110 101000000 1001110 101100

Color Harmonies of #C8198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8198D

Black with #C8198D

Text Example


Text Example

White with #C8198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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