Html Css Color HEX #C2149D Medium Violet Red

📋 copy color: '#C2149D'

red 194 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #C2149D

Tints of Medium Violet Red #C2149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 52.29%
G = 5.39%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2149D (or 0xC2149D) is known color: Medium Violet Red. HEX triplet: C2, 14 and 9D. RGB value is (194,20,157). Sum of RGB (Red+Green+Blue) = 194+20+157=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2149D is #3DEB62. Grayscale: #575757. Windows color (decimal): -4057955 or 10294466. OLE color: 10294466.

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

Color convert

RGB 194 20 157 -
CMYK 0 0.90 0.19 0.24
HSL 312.76º 0.81% 0.42% -
HSV(B) 312.76º 0.9% 0.76% -
XYZ 28.58 14.4 33.17 -
YUV 87.64 167.15 203.86 -
System Red Green Blue C M Y K H S L
Decimal 194 20 157 0 0.90 0.19 0.24 312.76 0.81 0.42
Hex C2 14 9D 0 5A 13 18 139 51 2A
Octal 302 24 235 0 132 23 30 471 121 52
Binary 11000010 10100 10011101 0 1011010 10011 11000 100111001 1010001 101010

Color Harmonies of #C2149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2149D

Black with #C2149D

Text Example


Text Example

White with #C2149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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