Html Css Color HEX #C1079A Medium Violet Red

📋 copy color: '#C1079A'

red 193 ◦ green 7 ◦ blue 154

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

Shades of Medium Violet Red #C1079A

Tints of Medium Violet Red #C1079A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 54.52%
G = 1.98%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1079A (or 0xC1079A) is known color: Medium Violet Red. HEX triplet: C1, 07 and 9A. RGB value is (193,7,154). Sum of RGB (Red+Green+Blue) = 193+7+154=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1079A is #3EF865. Grayscale: #4E4E4E. Windows color (decimal): -4126822 or 10094529. OLE color: 10094529.

HSL color Cylindrical-coordinate representation of color #C1079A: hue angle of 312.58º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1079A is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 154 -
CMYK 0 0.96 0.20 0.24
HSL 312.58º 0.93% 0.39% -
HSV(B) 312.58º 0.96% 0.76% -
XYZ 27.9 13.82 31.77 -
YUV 79.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 193 7 154 0 0.96 0.20 0.24 312.58 0.93 0.39
Hex C1 7 9A 0 60 14 18 139 5D 27
Octal 301 7 232 0 140 24 30 471 135 47
Binary 11000001 111 10011010 0 1100000 10100 11000 100111001 1011101 100111

Color Harmonies of #C1079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1079A

Black with #C1079A

Text Example


Text Example

White with #C1079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1079A; }

 p { color: rgb(193,7,154); }

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

background-color css

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

 a { background-color: rgb(193,7,154); }

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

border-color css

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

 span { border-color: rgb(193,7,154); }

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