Html Css Color HEX #C8128C Medium Violet Red

📋 copy color: '#C8128C'

red 200 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #C8128C

Tints of Medium Violet Red #C8128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.03%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 55.87%
G = 5.03%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8128C (or 0xC8128C) is known color: Medium Violet Red. HEX triplet: C8, 12 and 8C. RGB value is (200,18,140). Sum of RGB (Red+Green+Blue) = 200+18+140=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8128C is #37ED73. Grayscale: #565656. Windows color (decimal): -3665268 or 9179848. OLE color: 9179848.

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

Color convert

RGB 200 18 140 -
CMYK 0 0.91 0.3 0.22
HSL 319.78º 0.83% 0.43% -
HSV(B) 319.78º 0.91% 0.78% -
XYZ 28.77 14.61 26.11 -
YUV 86.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 200 18 140 0 0.91 0.3 0.22 319.78 0.83 0.43
Hex C8 12 8C 0 5B 1E 16 140 53 2B
Octal 310 22 214 0 133 36 26 500 123 53
Binary 11001000 10010 10001100 0 1011011 11110 10110 101000000 1010011 101011

Color Harmonies of #C8128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8128C

Black with #C8128C

Text Example


Text Example

White with #C8128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8128C; }

 p { color: rgb(200,18,140); }

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

background-color css

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

 a { background-color: rgb(200,18,140); }

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

border-color css

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

 span { border-color: rgb(200,18,140); }

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