Html Css Color HEX #C8128A Medium Violet Red

📋 copy color: '#C8128A'

red 200 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #C8128A

Tints of Medium Violet Red #C8128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 56.18%
G = 5.06%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8128A (or 0xC8128A) is known color: Medium Violet Red. HEX triplet: C8, 12 and 8A. RGB value is (200,18,138). Sum of RGB (Red+Green+Blue) = 200+18+138=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8128A is #37ED75. Grayscale: #555555. Windows color (decimal): -3665270 or 9048776. OLE color: 9048776.

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

Color convert

RGB 200 18 138 -
CMYK 0 0.91 0.31 0.22
HSL 320.44º 0.83% 0.43% -
HSV(B) 320.44º 0.91% 0.78% -
XYZ 28.62 14.55 25.34 -
YUV 86.1 157.3 209.24 -
System Red Green Blue C M Y K H S L
Decimal 200 18 138 0 0.91 0.31 0.22 320.44 0.83 0.43
Hex C8 12 8A 0 5B 1F 16 140 53 2B
Octal 310 22 212 0 133 37 26 500 123 53
Binary 11001000 10010 10001010 0 1011011 11111 10110 101000000 1010011 101011

Color Harmonies of #C8128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8128A

Black with #C8128A

Text Example


Text Example

White with #C8128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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