Html Css Color HEX #C1209F Medium Violet Red

📋 copy color: '#C1209F'

red 193 ◦ green 32 ◦ blue 159

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

Shades of Medium Violet Red #C1209F

Tints of Medium Violet Red #C1209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

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

R = 50.26%
G = 8.33%
B = 41.41%

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

#C1209F (or 0xC1209F) is known color: Medium Violet Red. HEX triplet: C1, 20 and 9F. RGB value is (193,32,159). Sum of RGB (Red+Green+Blue) = 193+32+159=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1209F is #3EDF60. Grayscale: #5E5E5E. Windows color (decimal): -4120417 or 10428609. OLE color: 10428609.

HSL color Cylindrical-coordinate representation of color #C1209F: hue angle of 312.67º degrees, saturation: 0.72, 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 #C1209F is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 159 -
CMYK 0 0.83 0.18 0.24
HSL 312.67º 0.72% 0.44% -
HSV(B) 312.67º 0.83% 0.76% -
XYZ 28.77 14.87 34.16 -
YUV 94.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 193 32 159 0 0.83 0.18 0.24 312.67 0.72 0.44
Hex C1 20 9F 0 53 12 18 139 48 2C
Octal 301 40 237 0 123 22 30 471 110 54
Binary 11000001 100000 10011111 0 1010011 10010 11000 100111001 1001000 101100

Color Harmonies of #C1209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1209F

Black with #C1209F

Text Example


Text Example

White with #C1209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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