Html Css Color HEX #C8119A Medium Violet Red

📋 copy color: '#C8119A'

red 200 ◦ green 17 ◦ blue 154

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

Shades of Medium Violet Red #C8119A

Tints of Medium Violet Red #C8119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.58%

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 53.91%
G = 4.58%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8119A (or 0xC8119A) is known color: Medium Violet Red. HEX triplet: C8, 11 and 9A. RGB value is (200,17,154). Sum of RGB (Red+Green+Blue) = 200+17+154=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8119A is #37EE65. Grayscale: #565656. Windows color (decimal): -3665510 or 10097096. OLE color: 10097096.

HSL color Cylindrical-coordinate representation of color #C8119A: hue angle of 315.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8119A is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 154 -
CMYK 0 0.92 0.23 0.22
HSL 315.08º 0.84% 0.43% -
HSV(B) 315.08º 0.92% 0.78% -
XYZ 29.85 15.01 31.9 -
YUV 87.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 200 17 154 0 0.92 0.23 0.22 315.08 0.84 0.43
Hex C8 11 9A 0 5C 17 16 13B 54 2B
Octal 310 21 232 0 134 27 26 473 124 53
Binary 11001000 10001 10011010 0 1011100 10111 10110 100111011 1010100 101011

Color Harmonies of #C8119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8119A

Black with #C8119A

Text Example


Text Example

White with #C8119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8119A; }

 p { color: rgb(200,17,154); }

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

background-color css

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

 a { background-color: rgb(200,17,154); }

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

border-color css

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

 span { border-color: rgb(200,17,154); }

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