Html Css Color HEX #C0128C Medium Violet Red

📋 copy color: '#C0128C'

red 192 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #C0128C

Tints of Medium Violet Red #C0128C

RGB

 RED value IS 192 (75.39% from 255) = 54.86%

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

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

R = 54.86%
G = 5.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0128C (or 0xC0128C) is known color: Medium Violet Red. HEX triplet: C0, 12 and 8C. RGB value is (192,18,140). Sum of RGB (Red+Green+Blue) = 192+18+140=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0128C is #3FED73. Grayscale: #535353. Windows color (decimal): -4189556 or 9179840. OLE color: 9179840.

HSL color Cylindrical-coordinate representation of color #C0128C: hue angle of 317.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0128C is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 140 -
CMYK 0 0.91 0.27 0.25
HSL 317.93º 0.83% 0.41% -
HSV(B) 317.93º 0.91% 0.75% -
XYZ 26.69 13.53 26.02 -
YUV 83.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 192 18 140 0 0.91 0.27 0.25 317.93 0.83 0.41
Hex C0 12 8C 0 5B 1B 19 13E 53 29
Octal 300 22 214 0 133 33 31 476 123 51
Binary 11000000 10010 10001100 0 1011011 11011 11001 100111110 1010011 101001

Color Harmonies of #C0128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0128C

Black with #C0128C

Text Example


Text Example

White with #C0128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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