Html Css Color HEX #C1219F Medium Violet Red

📋 copy color: '#C1219F'

red 193 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #C1219F

Tints of Medium Violet Red #C1219F

RGB

 RED value IS 193 (75.78% from 255) = 50.13%

 GREEN value IS 33 (13.28% from 255) = 8.57%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 50.13%
G = 8.57%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1219F (or 0xC1219F) is known color: Medium Violet Red. HEX triplet: C1, 21 and 9F. RGB value is (193,33,159). Sum of RGB (Red+Green+Blue) = 193+33+159=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1219F is #3EDE60. Grayscale: #5E5E5E. Windows color (decimal): -4120161 or 10428865. OLE color: 10428865.

HSL color Cylindrical-coordinate representation of color #C1219F: hue angle of 312.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1219F is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 159 -
CMYK 0 0.83 0.18 0.24
HSL 312.75º 0.71% 0.44% -
HSV(B) 312.75º 0.83% 0.76% -
XYZ 28.79 14.93 34.16 -
YUV 95.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 193 33 159 0 0.83 0.18 0.24 312.75 0.71 0.44
Hex C1 21 9F 0 53 12 18 139 47 2C
Octal 301 41 237 0 123 22 30 471 107 54
Binary 11000001 100001 10011111 0 1010011 10010 11000 100111001 1000111 101100

Color Harmonies of #C1219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1219F

Black with #C1219F

Text Example


Text Example

White with #C1219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1219F; }

 p { color: rgb(193,33,159); }

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

background-color css

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

 a { background-color: rgb(193,33,159); }

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

border-color css

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

 span { border-color: rgb(193,33,159); }

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