Html Css Color HEX #C2147C Medium Violet Red

📋 copy color: '#C2147C'

red 194 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #C2147C

Tints of Medium Violet Red #C2147C

RGB

 RED value IS 194 (76.17% from 255) = 57.4%

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

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

R = 57.4%
G = 5.92%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2147C (or 0xC2147C) is known color: Medium Violet Red. HEX triplet: C2, 14 and 7C. RGB value is (194,20,124). Sum of RGB (Red+Green+Blue) = 194+20+124=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2147C is #3DEB83. Grayscale: #535353. Windows color (decimal): -4057988 or 8131778. OLE color: 8131778.

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

Color convert

RGB 194 20 124 -
CMYK 0 0.90 0.36 0.24
HSL 324.14º 0.81% 0.42% -
HSV(B) 324.14º 0.9% 0.76% -
XYZ 26.14 13.42 20.28 -
YUV 83.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 194 20 124 0 0.90 0.36 0.24 324.14 0.81 0.42
Hex C2 14 7C 0 5A 24 18 144 51 2A
Octal 302 24 174 0 132 44 30 504 121 52
Binary 11000010 10100 1111100 0 1011010 100100 11000 101000100 1010001 101010

Color Harmonies of #C2147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2147C

Black with #C2147C

Text Example


Text Example

White with #C2147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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