Html Css Color HEX #C2139C Medium Violet Red

📋 copy color: '#C2139C'

red 194 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #C2139C

Tints of Medium Violet Red #C2139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 52.57%
G = 5.15%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2139C (or 0xC2139C) is known color: Medium Violet Red. HEX triplet: C2, 13 and 9C. RGB value is (194,19,156). Sum of RGB (Red+Green+Blue) = 194+19+156=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2139C is #3DEC63. Grayscale: #565656. Windows color (decimal): -4058212 or 10228674. OLE color: 10228674.

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

Color convert

RGB 194 19 156 -
CMYK 0 0.90 0.20 0.24
HSL 313.03º 0.82% 0.42% -
HSV(B) 313.03º 0.9% 0.76% -
XYZ 28.48 14.34 32.72 -
YUV 86.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 194 19 156 0 0.90 0.20 0.24 313.03 0.82 0.42
Hex C2 13 9C 0 5A 14 18 139 52 2A
Octal 302 23 234 0 132 24 30 471 122 52
Binary 11000010 10011 10011100 0 1011010 10100 11000 100111001 1010010 101010

Color Harmonies of #C2139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2139C

Black with #C2139C

Text Example


Text Example

White with #C2139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2139C; }

 p { color: rgb(194,19,156); }

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

background-color css

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

 a { background-color: rgb(194,19,156); }

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

border-color css

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

 span { border-color: rgb(194,19,156); }

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