Html Css Color HEX #C1209D Medium Violet Red

📋 copy color: '#C1209D'

red 193 ◦ green 32 ◦ blue 157

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

Shades of Medium Violet Red #C1209D

Tints of Medium Violet Red #C1209D

RGB

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

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

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

R = 50.52%
G = 8.38%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1209D (or 0xC1209D) is known color: Medium Violet Red. HEX triplet: C1, 20 and 9D. RGB value is (193,32,157). Sum of RGB (Red+Green+Blue) = 193+32+157=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1209D is #3EDF62. Grayscale: #5E5E5E. Windows color (decimal): -4120419 or 10297537. OLE color: 10297537.

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

Color convert

RGB 193 32 157 -
CMYK 0 0.83 0.19 0.24
HSL 313.42º 0.72% 0.44% -
HSV(B) 313.42º 0.83% 0.76% -
XYZ 28.59 14.8 33.25 -
YUV 94.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 193 32 157 0 0.83 0.19 0.24 313.42 0.72 0.44
Hex C1 20 9D 0 53 13 18 139 48 2C
Octal 301 40 235 0 123 23 30 471 110 54
Binary 11000001 100000 10011101 0 1010011 10011 11000 100111001 1001000 101100

Color Harmonies of #C1209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1209D

Black with #C1209D

Text Example


Text Example

White with #C1209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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