Html Css Color HEX #C0148E Medium Violet Red

📋 copy color: '#C0148E'

red 192 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #C0148E

Tints of Medium Violet Red #C0148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 54.24%
G = 5.65%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0148E (or 0xC0148E) is known color: Medium Violet Red. HEX triplet: C0, 14 and 8E. RGB value is (192,20,142). Sum of RGB (Red+Green+Blue) = 192+20+142=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0148E is #3FEB71. Grayscale: #555555. Windows color (decimal): -4189042 or 9311424. OLE color: 9311424.

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

Color convert

RGB 192 20 142 -
CMYK 0 0.90 0.26 0.25
HSL 317.44º 0.81% 0.42% -
HSV(B) 317.44º 0.9% 0.75% -
XYZ 26.87 13.66 26.81 -
YUV 85.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 192 20 142 0 0.90 0.26 0.25 317.44 0.81 0.42
Hex C0 14 8E 0 5A 1A 19 13D 51 2A
Octal 300 24 216 0 132 32 31 475 121 52
Binary 11000000 10100 10001110 0 1011010 11010 11001 100111101 1010001 101010

Color Harmonies of #C0148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0148E

Black with #C0148E

Text Example


Text Example

White with #C0148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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