Html Css Color HEX #C0149E Medium Violet Red

📋 copy color: '#C0149E'

red 192 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #C0149E

Tints of Medium Violet Red #C0149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 51.89%
G = 5.41%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0149E (or 0xC0149E) is known color: Medium Violet Red. HEX triplet: C0, 14 and 9E. RGB value is (192,20,158). Sum of RGB (Red+Green+Blue) = 192+20+158=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0149E is #3FEB61. Grayscale: #565656. Windows color (decimal): -4189026 or 10360000. OLE color: 10360000.

HSL color Cylindrical-coordinate representation of color #C0149E: hue angle of 311.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0149E is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 158 -
CMYK 0 0.90 0.18 0.25
HSL 311.86º 0.81% 0.42% -
HSV(B) 311.86º 0.9% 0.75% -
XYZ 28.16 14.18 33.6 -
YUV 87.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 192 20 158 0 0.90 0.18 0.25 311.86 0.81 0.42
Hex C0 14 9E 0 5A 12 19 138 51 2A
Octal 300 24 236 0 132 22 31 470 121 52
Binary 11000000 10100 10011110 0 1011010 10010 11001 100111000 1010001 101010

Color Harmonies of #C0149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0149E

Black with #C0149E

Text Example


Text Example

White with #C0149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0149E; }

 p { color: rgb(192,20,158); }

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

background-color css

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

 a { background-color: rgb(192,20,158); }

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

border-color css

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

 span { border-color: rgb(192,20,158); }

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