Html Css Color HEX #C11670 Medium Violet Red

📋 copy color: '#C11670'

red 193 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #C11670

Tints of Medium Violet Red #C11670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 59.02%
G = 6.73%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C11670 (or 0xC11670) is known color: Medium Violet Red. HEX triplet: C1, 16 and 70. RGB value is (193,22,112). Sum of RGB (Red+Green+Blue) = 193+22+112=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C11670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11670 is #3EE98F. Grayscale: #535353. Windows color (decimal): -4123024 or 7345857. OLE color: 7345857.

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

Color convert

RGB 193 22 112 -
CMYK 0 0.89 0.42 0.24
HSL 328.42º 0.8% 0.42% -
HSV(B) 328.42º 0.89% 0.76% -
XYZ 25.2 13.08 16.53 -
YUV 83.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 193 22 112 0 0.89 0.42 0.24 328.42 0.8 0.42
Hex C1 16 70 0 59 2A 18 148 50 2A
Octal 301 26 160 0 131 52 30 510 120 52
Binary 11000001 10110 1110000 0 1011001 101010 11000 101001000 1010000 101010

Color Harmonies of #C11670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11670

Black with #C11670

Text Example


Text Example

White with #C11670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11670; }

 p { color: rgb(193,22,112); }

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

background-color css

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

 a { background-color: rgb(193,22,112); }

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

border-color css

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

 span { border-color: rgb(193,22,112); }

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