Html Css Color HEX #C2149A Medium Violet Red

📋 copy color: '#C2149A'

red 194 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #C2149A

Tints of Medium Violet Red #C2149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 52.72%
G = 5.43%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2149A (or 0xC2149A) is known color: Medium Violet Red. HEX triplet: C2, 14 and 9A. RGB value is (194,20,154). Sum of RGB (Red+Green+Blue) = 194+20+154=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2149A is #3DEB65. Grayscale: #565656. Windows color (decimal): -4057958 or 10097858. OLE color: 10097858.

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

Color convert

RGB 194 20 154 -
CMYK 0 0.90 0.21 0.24
HSL 313.79º 0.81% 0.42% -
HSV(B) 313.79º 0.9% 0.76% -
XYZ 28.33 14.3 31.84 -
YUV 87.3 165.65 204.1 -
System Red Green Blue C M Y K H S L
Decimal 194 20 154 0 0.90 0.21 0.24 313.79 0.81 0.42
Hex C2 14 9A 0 5A 15 18 13A 51 2A
Octal 302 24 232 0 132 25 30 472 121 52
Binary 11000010 10100 10011010 0 1011010 10101 11000 100111010 1010001 101010

Color Harmonies of #C2149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2149A

Black with #C2149A

Text Example


Text Example

White with #C2149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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