Html Css Color HEX #C1077A Medium Violet Red

📋 copy color: '#C1077A'

red 193 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #C1077A

Tints of Medium Violet Red #C1077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.89%

R = 59.94%
G = 2.17%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1077A (or 0xC1077A) is known color: Medium Violet Red. HEX triplet: C1, 07 and 7A. RGB value is (193,7,122). Sum of RGB (Red+Green+Blue) = 193+7+122=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1077A is #3EF885. Grayscale: #4B4B4B. Windows color (decimal): -4126854 or 7997377. OLE color: 7997377.

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

Color convert

RGB 193 7 122 -
CMYK 0 0.96 0.37 0.24
HSL 322.9º 0.93% 0.39% -
HSV(B) 322.9º 0.96% 0.76% -
XYZ 25.58 12.89 19.55 -
YUV 75.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 193 7 122 0 0.96 0.37 0.24 322.9 0.93 0.39
Hex C1 7 7A 0 60 25 18 143 5D 27
Octal 301 7 172 0 140 45 30 503 135 47
Binary 11000001 111 1111010 0 1100000 100101 11000 101000011 1011101 100111

Color Harmonies of #C1077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1077A

Black with #C1077A

Text Example


Text Example

White with #C1077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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