Html Css Color HEX #C1156E Medium Violet Red

📋 copy color: '#C1156E'

red 193 ◦ green 21 ◦ blue 110

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

Shades of Medium Violet Red #C1156E

Tints of Medium Violet Red #C1156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 59.57%
G = 6.48%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1156E (or 0xC1156E) is known color: Medium Violet Red. HEX triplet: C1, 15 and 6E. RGB value is (193,21,110). Sum of RGB (Red+Green+Blue) = 193+21+110=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1156E is #3EEA91. Grayscale: #525252. Windows color (decimal): -4123282 or 7214529. OLE color: 7214529.

HSL color Cylindrical-coordinate representation of color #C1156E: hue angle of 328.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1156E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 110 -
CMYK 0 0.89 0.43 0.24
HSL 328.95º 0.8% 0.42% -
HSV(B) 328.95º 0.89% 0.76% -
XYZ 25.07 13 15.94 -
YUV 82.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 193 21 110 0 0.89 0.43 0.24 328.95 0.8 0.42
Hex C1 15 6E 0 59 2B 18 149 50 2A
Octal 301 25 156 0 131 53 30 511 120 52
Binary 11000001 10101 1101110 0 1011001 101011 11000 101001001 1010000 101010

Color Harmonies of #C1156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1156E

Black with #C1156E

Text Example


Text Example

White with #C1156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1156E; }

 p { color: rgb(193,21,110); }

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

background-color css

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

 a { background-color: rgb(193,21,110); }

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

border-color css

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

 span { border-color: rgb(193,21,110); }

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