Html Css Color HEX #C0128D Medium Violet Red

📋 copy color: '#C0128D'

red 192 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #C0128D

Tints of Medium Violet Red #C0128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 54.7%
G = 5.13%
B = 40.17%

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

#C0128D (or 0xC0128D) is known color: Medium Violet Red. HEX triplet: C0, 12 and 8D. RGB value is (192,18,141). Sum of RGB (Red+Green+Blue) = 192+18+141=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0128D is #3FED72. Grayscale: #535353. Windows color (decimal): -4189555 or 9245376. OLE color: 9245376.

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

Color convert

RGB 192 18 141 -
CMYK 0 0.91 0.27 0.25
HSL 317.59º 0.83% 0.41% -
HSV(B) 317.59º 0.91% 0.75% -
XYZ 26.76 13.56 26.41 -
YUV 84.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 192 18 141 0 0.91 0.27 0.25 317.59 0.83 0.41
Hex C0 12 8D 0 5B 1B 19 13E 53 29
Octal 300 22 215 0 133 33 31 476 123 51
Binary 11000000 10010 10001101 0 1011011 11011 11001 100111110 1010011 101001

Color Harmonies of #C0128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0128D

Black with #C0128D

Text Example


Text Example

White with #C0128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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