Html Css Color HEX #C0128A Medium Violet Red

📋 copy color: '#C0128A'

red 192 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #C0128A

Tints of Medium Violet Red #C0128A

RGB

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

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

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

R = 55.17%
G = 5.17%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0128A (or 0xC0128A) is known color: Medium Violet Red. HEX triplet: C0, 12 and 8A. RGB value is (192,18,138). Sum of RGB (Red+Green+Blue) = 192+18+138=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0128A is #3FED75. Grayscale: #535353. Windows color (decimal): -4189558 or 9048768. OLE color: 9048768.

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

Color convert

RGB 192 18 138 -
CMYK 0 0.91 0.28 0.25
HSL 318.62º 0.83% 0.41% -
HSV(B) 318.62º 0.91% 0.75% -
XYZ 26.54 13.47 25.25 -
YUV 83.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 192 18 138 0 0.91 0.28 0.25 318.62 0.83 0.41
Hex C0 12 8A 0 5B 1C 19 13F 53 29
Octal 300 22 212 0 133 34 31 477 123 51
Binary 11000000 10010 10001010 0 1011011 11100 11001 100111111 1010011 101001

Color Harmonies of #C0128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0128A

Black with #C0128A

Text Example


Text Example

White with #C0128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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