Html Css Color HEX #C0147C Medium Violet Red

📋 copy color: '#C0147C'

red 192 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #C0147C

Tints of Medium Violet Red #C0147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 57.14%
G = 5.95%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0147C (or 0xC0147C) is known color: Medium Violet Red. HEX triplet: C0, 14 and 7C. RGB value is (192,20,124). Sum of RGB (Red+Green+Blue) = 192+20+124=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0147C is #3FEB83. Grayscale: #535353. Windows color (decimal): -4189060 or 8131776. OLE color: 8131776.

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

Color convert

RGB 192 20 124 -
CMYK 0 0.90 0.35 0.25
HSL 323.72º 0.81% 0.42% -
HSV(B) 323.72º 0.9% 0.75% -
XYZ 25.63 13.16 20.26 -
YUV 83.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 192 20 124 0 0.90 0.35 0.25 323.72 0.81 0.42
Hex C0 14 7C 0 5A 23 19 144 51 2A
Octal 300 24 174 0 132 43 31 504 121 52
Binary 11000000 10100 1111100 0 1011010 100011 11001 101000100 1010001 101010

Color Harmonies of #C0147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0147C

Black with #C0147C

Text Example


Text Example

White with #C0147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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