Html Css Color HEX #C1037E Medium Violet Red

📋 copy color: '#C1037E'

red 193 ◦ green 3 ◦ blue 126

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

Shades of Medium Violet Red #C1037E

Tints of Medium Violet Red #C1037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 59.94%
G = 0.93%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1037E (or 0xC1037E) is known color: Medium Violet Red. HEX triplet: C1, 03 and 7E. RGB value is (193,3,126). Sum of RGB (Red+Green+Blue) = 193+3+126=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1037E is #3EFC81. Grayscale: #494949. Windows color (decimal): -4127874 or 8258497. OLE color: 8258497.

HSL color Cylindrical-coordinate representation of color #C1037E: hue angle of 321.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1037E is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 126 -
CMYK 0 0.98 0.35 0.24
HSL 321.16º 0.97% 0.38% -
HSV(B) 321.16º 0.98% 0.76% -
XYZ 25.79 12.91 20.87 -
YUV 73.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 193 3 126 0 0.98 0.35 0.24 321.16 0.97 0.38
Hex C1 3 7E 0 62 23 18 141 61 26
Octal 301 3 176 0 142 43 30 501 141 46
Binary 11000001 11 1111110 0 1100010 100011 11000 101000001 1100001 100110

Color Harmonies of #C1037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1037E

Black with #C1037E

Text Example


Text Example

White with #C1037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1037E; }

 p { color: rgb(193,3,126); }

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

background-color css

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

 a { background-color: rgb(193,3,126); }

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

border-color css

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

 span { border-color: rgb(193,3,126); }

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