Html Css Color HEX #C8199B Medium Violet Red

📋 copy color: '#C8199B'

red 200 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #C8199B

Tints of Medium Violet Red #C8199B

RGB

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

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

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

R = 52.63%
G = 6.58%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8199B (or 0xC8199B) is known color: Medium Violet Red. HEX triplet: C8, 19 and 9B. RGB value is (200,25,155). Sum of RGB (Red+Green+Blue) = 200+25+155=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8199B is #37E664. Grayscale: #5B5B5B. Windows color (decimal): -3663461 or 10164680. OLE color: 10164680.

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

Color convert

RGB 200 25 155 -
CMYK 0 0.88 0.22 0.22
HSL 315.43º 0.78% 0.44% -
HSV(B) 315.43º 0.88% 0.78% -
XYZ 30.08 15.34 32.39 -
YUV 92.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 200 25 155 0 0.88 0.22 0.22 315.43 0.78 0.44
Hex C8 19 9B 0 58 16 16 13B 4E 2C
Octal 310 31 233 0 130 26 26 473 116 54
Binary 11001000 11001 10011011 0 1011000 10110 10110 100111011 1001110 101100

Color Harmonies of #C8199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8199B

Black with #C8199B

Text Example


Text Example

White with #C8199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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