Html Css Color HEX #C1117F Medium Violet Red

📋 copy color: '#C1117F'

red 193 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #C1117F

Tints of Medium Violet Red #C1117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 57.27%
G = 5.04%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1117F (or 0xC1117F) is known color: Medium Violet Red. HEX triplet: C1, 11 and 7F. RGB value is (193,17,127). Sum of RGB (Red+Green+Blue) = 193+17+127=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1117F is #3EEE80. Grayscale: #515151. Windows color (decimal): -4124289 or 8327617. OLE color: 8327617.

HSL color Cylindrical-coordinate representation of color #C1117F: hue angle of 322.5º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1117F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 17 127 -
CMYK 0 0.91 0.34 0.24
HSL 322.5º 0.84% 0.41% -
HSV(B) 322.5º 0.91% 0.76% -
XYZ 26.02 13.27 21.27 -
YUV 82.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 193 17 127 0 0.91 0.34 0.24 322.5 0.84 0.41
Hex C1 11 7F 0 5B 22 18 142 54 29
Octal 301 21 177 0 133 42 30 502 124 51
Binary 11000001 10001 1111111 0 1011011 100010 11000 101000010 1010100 101001

Color Harmonies of #C1117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1117F

Black with #C1117F

Text Example


Text Example

White with #C1117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1117F; }

 p { color: rgb(193,17,127); }

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

background-color css

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

 a { background-color: rgb(193,17,127); }

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

border-color css

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

 span { border-color: rgb(193,17,127); }

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